DocumentTask.Span Property
Gets the span where the error occurred.
Namespace: Microsoft.VisualStudio.Package
Assembly: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
'Declaration
Public ReadOnly Property Span As TextSpan
'Usage
Dim instance As DocumentTask
Dim value As TextSpan
value = instance.Span
public TextSpan Span { get; }
public:
property TextSpan Span {
TextSpan get ();
}
public function get Span () : TextSpan
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan
A TextSpan object from the IVsTextLineMarker object that was passed to the DocumentTask class constructor, if it is non-nulla null reference (Nothing in Visual Basic). Otherwise, the TextSpan 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.