ITextSearchNavigator3.SearchSpan 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.
Indicates the range that should be searched (if any).
public:
property Microsoft::VisualStudio::Text::ITrackingSpan ^ SearchSpan { Microsoft::VisualStudio::Text::ITrackingSpan ^ get(); void set(Microsoft::VisualStudio::Text::ITrackingSpan ^ value); };
public Microsoft.VisualStudio.Text.ITrackingSpan? SearchSpan { get; set; }
member this.SearchSpan : Microsoft.VisualStudio.Text.ITrackingSpan with get, set
Public Property SearchSpan As ITrackingSpan
Property Value
Remarks
If the SearchSpan is null then the entire document will be searched. Otherwise only results that are contained by the provided span will be returned.