scripting:api:text-document:markers

Markers

Property of ITextDocument

Markers Collection

Read-Only Property of type IMarkers

var pMarkers = TextDocument.Markers;
pMarkers = TextDocument.Markers
CComPtr<IMarkers> pMarkers;
HRESULT hr = TextDocument.get_Markers(&pMarkers);