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. ====== MiddleTags ====== Property of [[:scripting:api:scope-info:start|IScopeInfo]] ===== Description ===== Middle tag collection ===== Property type ===== Read-Only Property of type **[[:scripting:api:scope-tag-infos:start|IScopeTagInfos]]** ===== Syntax ===== ==== JavaScript ==== <code javascript> var pTags = ScopeInfo.MiddleTags; </code>==== Visual Basic Script ==== <code vb> pTags = ScopeInfo.MiddleTags </code>==== C++ ==== <code cpp> CComPtr<IScopeTagInfos> pTags; HRESULT hr = ScopeInfo.get_MiddleTags(&pTags); </code>===== See Also ===== [[:scripting:api:scope-info:start|IScopeInfo]] ~~NOTOC~~