scripting:api:text-document:labels

Labels

Property of ITextDocument

Labels collection

Read-Only Property of type ILabels

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