Share via


Source.DirtySpan Property

Gets a range that identifies the changed lines in the source.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Overridable Property DirtySpan As TextSpan
'Usage
Dim instance As Source 
Dim value As TextSpan 

value = instance.DirtySpan

instance.DirtySpan = value
public virtual TextSpan DirtySpan { get; set; }
public:
virtual property TextSpan DirtySpan {
    TextSpan get ();
    void set (TextSpan value);
}
public function get DirtySpan () : TextSpan 
public function set DirtySpan (value : TextSpan)

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.TextSpan
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.

.NET Framework Security

See Also

Reference

Source Class

Source Members

Microsoft.VisualStudio.Package Namespace