DocumentTask::TextLineMarker Property

 

Returns the text line marker object that describes the location of the error.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property IVsTextLineMarker^ TextLineMarker {
	IVsTextLineMarker^ get();
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextLineMarker^

The IVsTextLineMarker object that was passed to the DocumentTask class constructor.

Return to top
Show: