DocumentTask.Span Property
Gets the span where the error occurred.
Namespace: Microsoft.VisualStudio.Package
Assemblies: Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Microsoft.VisualStudio.Package.LanguageService.12.0 (in Microsoft.VisualStudio.Package.LanguageService.12.0.dll)
Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
Microsoft.VisualStudio.Package.LanguageService.11.0 (in Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property Span As TextSpan
public TextSpan Span { get; }
public:
property TextSpan Span {
TextSpan get ();
}
member Span : TextSpan with get
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.