DocumentTask::Span Property
Visual Studio 2015
Gets the span where the error occurred.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Property Value
Type: Microsoft.VisualStudio.TextManager.Interop::TextSpanA 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.
Show: