Source.DirtySpan Property

Definition

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.

Applies to