ParseRequest.DirtySpan Property

Definition

Specifies a span of source that has changed.

public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan DirtySpan { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan DirtySpan { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public Microsoft.VisualStudio.TextManager.Interop.TextSpan DirtySpan { get; set; }
member this.DirtySpan : Microsoft.VisualStudio.TextManager.Interop.TextSpan with get, set
Public Property DirtySpan As TextSpan

Property Value

Returns a TextSpan object specifying a span of source.

Remarks

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

Applies to