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.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public ReadOnly Property TextLineMarker As IVsTextLineMarker
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.