DocumentTask.TextLineMarker Property

Returns the text line marker object describing the location of the error.

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

Syntax

'宣言
Public ReadOnly Property TextLineMarker As IVsTextLineMarker
'使用
Dim instance As DocumentTask
Dim value As IVsTextLineMarker

value = instance.TextLineMarker
public IVsTextLineMarker TextLineMarker { get; }
public:
property IVsTextLineMarker^ TextLineMarker {
    IVsTextLineMarker^ get ();
}
public function get TextLineMarker () : IVsTextLineMarker

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker

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

Permissions

See Also

Reference

DocumentTask Class

DocumentTask Members

Microsoft.VisualStudio.Package Namespace