====== Labels ====== Property of [[:scripting:api:text-document:start|ITextDocument]] ===== Description ===== Labels collection ===== Property type ===== Read-Only Property of type **[[:scripting:api:labels:start|ILabels]]** ===== Syntax ===== ==== JavaScript ==== var pLabels = TextDocument.Labels; ==== Visual Basic Script ==== pLabels = TextDocument.Labels ==== C++ ==== CComPtr pLabels; HRESULT hr = TextDocument.get_Labels(&pLabels); ===== See Also ===== [[:scripting:api:text-document:start|ITextDocument]] ~~NOTOC~~