Gets the span where the error occurred.
Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
Syntax
声明
Public ReadOnly Property Span As TextSpan
    Get
用法
Dim instance As DocumentTask
Dim value As TextSpan
value = instance.Span
public TextSpan Span { get; }
public:
property TextSpan Span {
    TextSpan get ();
}
member Span : TextSpan
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.