ITextSearchNavigator3.SearchSpans 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 ranges that should be searched (if any).
public:
property Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ SearchSpans { Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ get(); void set(Microsoft::VisualStudio::Text::NormalizedSnapshotSpanCollection ^ value); };
public Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection? SearchSpans { get; set; }
member this.SearchSpans : Microsoft.VisualStudio.Text.NormalizedSnapshotSpanCollection with get, set
Public Property SearchSpans As NormalizedSnapshotSpanCollection
Property Value
Remarks
If this value to a non-null value will effectively override the ITextSearchNavigator3.SearchSpan property.