ParseRequest::DirtySpan Property

 

Specifies a span of source that has changed.

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

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

Property Value

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

Returns a TextSpan object specifying a span of source.

This is typically set to limit the extent of the parsing operation as an optimization. It can be ignored by a parser.

Return to top
Show: