DocumentTask::Span Property

 

Gets the span where the error occurred.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property TextSpan Span {
	TextSpan get();
}

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-null. Otherwise, the TextSpan object that was passed to the DocumentTask class constructor.

Return to top
Show: