scripting:api:scope-info:middle-tags

MiddleTags

Property of IScopeInfo

Middle tag collection

Read-Only Property of type IScopeTagInfos

var pTags = ScopeInfo.MiddleTags;

==== Visual Basic Script ====

pTags = ScopeInfo.MiddleTags

==== C++ ====

CComPtr<IScopeTagInfos> pTags;
HRESULT hr = ScopeInfo.get_MiddleTags(&pTags);

===== See Also ===== IScopeInfo