FindData::TextSnapshotToSearch Property

 

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

Namespace:   Microsoft.VisualStudio.Text.Operations
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.

Return to top
Show: