Source.DirtySpan 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 a range that identifies the changed lines in the source.
public:
virtual property Microsoft::VisualStudio::TextManager::Interop::TextSpan DirtySpan { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public:
virtual property Microsoft::VisualStudio::TextManager::Interop::TextSpan DirtySpan { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public virtual Microsoft.VisualStudio.TextManager.Interop.TextSpan DirtySpan { get; set; }
member this.DirtySpan : Microsoft.VisualStudio.TextManager.Interop.TextSpan with get, set
Public Overridable Property DirtySpan As TextSpan
Property Value
A TextSpan object containing the range of lines that have been changed in the source file.
Remarks
The TextSpan object spans all of the changed or dirty lines in the source.