Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
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.