scripting:api:syntax:spec-file-path

SpecFilePath

Property of ISyntax

Specification file path property

Read-Only Property of type BSTR

var sVal = Syntax.SpecFilePath;

==== Visual Basic Script ====

sVal = Syntax.SpecFilePath

==== C++ ====

BSTR sVal;
HRESULT hr = Syntax.get_SpecFilePath(&sVal);

===== See Also ===== ISyntax