FindData.TextSnapshotToSearch 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.
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.