FindData.FindOptions Property
Gets or sets the options that are used for the search.
Namespace: Microsoft.VisualStudio.Text.Operations
Assembly: Microsoft.VisualStudio.Text.Logic (in Microsoft.VisualStudio.Text.Logic.dll)
Syntax
'Dichiarazione
Public Property FindOptions As FindOptions
public FindOptions FindOptions { get; set; }
public:
property FindOptions FindOptions {
FindOptions get ();
void set (FindOptions value);
}
member FindOptions : FindOptions with get, set
function get FindOptions () : FindOptions
function set FindOptions (value : FindOptions)
Property Value
Type: Microsoft.VisualStudio.Text.Operations.FindOptions
The options that are used for the search.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.