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
- 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.