====== Text ====== Property of [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] ===== Description ===== Tag text ===== Property type ===== Read-Only Property of type **[[scripting:api:data-type:BSTR|BSTR]]** ===== Syntax ===== ==== JavaScript ==== var sText = ScopeTagInfo.Text; ==== Visual Basic Script ==== sText = ScopeTagInfo.Text ==== C++ ==== BSTR sText; HRESULT hr = ScopeTagInfo.get_Text(&sText); ===== See Also ===== [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] ~~NOTOC~~