DocumentTask.TextLineMarker 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.
Returns the text line marker object that describes the location of the error.
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ TextLineMarker { Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ get(); };
public:
property Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ TextLineMarker { Microsoft::VisualStudio::TextManager::Interop::IVsTextLineMarker ^ get(); };
public Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker TextLineMarker { get; }
member this.TextLineMarker : Microsoft.VisualStudio.TextManager.Interop.IVsTextLineMarker
Public ReadOnly Property TextLineMarker As IVsTextLineMarker
Property Value
The IVsTextLineMarker object that was passed to the DocumentTask class constructor.