scripting:api:scope-tag-info:text

Text

Property of IScopeTagInfo

Tag text

Read-Only Property of type BSTR

var sText = ScopeTagInfo.Text;

==== Visual Basic Script ====

sText = ScopeTagInfo.Text

==== C++ ====

BSTR sText;
HRESULT hr = ScopeTagInfo.get_Text(&sText);

===== See Also ===== IScopeTagInfo