FindData::TextSnapshotToSearch Property
Visual Studio 2015
Gets or sets the ITextSnapshot on which to perform the search.
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
public: property ITextSnapshot^ TextSnapshotToSearch { ITextSnapshot^ get(); void set(ITextSnapshot^ value); }
Property Value
Type: Microsoft.VisualStudio.Text::ITextSnapshot^The ITextSnapshot on which to perform the search.
| Exception | Condition |
|---|---|
| ArgumentNullException | The value is null. |
Show: