Markers

Property of ITextDocument

Description

Markers Collection

Property type

Read-Only Property of type IMarkers

Syntax

JavaScript

var pMarkers = TextDocument.Markers;

Visual Basic Script

pMarkers = TextDocument.Markers

C++

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

See Also

ITextDocument