ITextSearchNavigator3.SearchSpans Property

Definition

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.

Applies to