Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var sText = ScopeTagInfo.Text; </code>==== Visual Basic Script ==== <code vb> sText = ScopeTagInfo.Text </code>==== C++ ==== <code cpp> BSTR sText; HRESULT hr = ScopeTagInfo.get_Text(&sText); </code>===== See Also ===== [[:scripting:api:scope-tag-info:start|IScopeTagInfo]] ~~NOTOC~~