DocumentTask.Span Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the span where the error occurred.
public:
property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); };
public:
property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); };
public Microsoft.VisualStudio.TextManager.Interop.TextSpan Span { get; }
member this.Span : Microsoft.VisualStudio.TextManager.Interop.TextSpan
Public ReadOnly Property Span As TextSpan
Property Value
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.