Share via


DocumentTask.Span Property

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

'Declaration
Public ReadOnly Property Span As TextSpan
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

See Also

Reference

DocumentTask Class

Microsoft.VisualStudio.Package Namespace