ParseRequest.DirtySpan Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.