Property of IScopeInfo
Connected Syntax
Read-Only Property of type ISyntax
var pSyntax = ScopeInfo.Syntax;
pSyntax = ScopeInfo.Syntax
CComPtr<ISyntax> pSyntax; HRESULT hr = ScopeInfo.get_Syntax(&pSyntax);
IScopeInfo