Source::DirtySpan Property

 

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

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

public:
property TextSpan DirtySpan {
	virtual TextSpan get();
	virtual void set(TextSpan value);
}

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop::TextSpan

A TextSpan object containing the range of lines that have been changed in the source file.

The TextSpan object spans all of the changed or dirty lines in the source.

Return to top
Show: