scripting:api:text-document:labels

Labels

Property of ITextDocument

Labels collection

Read-Only Property of type ILabels

var pLabels = TextDocument.Labels;

==== Visual Basic Script ====

pLabels = TextDocument.Labels

==== C++ ====

CComPtr<ILabels> pLabels;
HRESULT hr = TextDocument.get_Labels(&pLabels);

===== See Also ===== ITextDocument