FindData.TextSnapshotToSearch Property

Definition

Gets or sets the ITextSnapshot on which to perform the search.

public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ TextSnapshotToSearch { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); void set(Microsoft::VisualStudio::Text::ITextSnapshot ^ value); };
public:
 property Microsoft::VisualStudio::Text::ITextSnapshot ^ TextSnapshotToSearch { Microsoft::VisualStudio::Text::ITextSnapshot ^ get(); void set(Microsoft::VisualStudio::Text::ITextSnapshot ^ value); };
public Microsoft.VisualStudio.Text.ITextSnapshot TextSnapshotToSearch { get; set; }
member this.TextSnapshotToSearch : Microsoft.VisualStudio.Text.ITextSnapshot with get, set
Public Property TextSnapshotToSearch As ITextSnapshot

Property Value

The ITextSnapshot on which to perform the search.

Exceptions

The value is null.

Applies to