scripting:api:scope-tag-info:text

Text

Property of IScopeTagInfo

Tag text

Read-Only Property of type BSTR

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