Freigeben über


SearchOptionsControl Konstruktoren

Definition

Der SearchOptionsControl() -Konstruktor erstellt eine Instanz der SearchOptionsControl -Klasse.

Überlädt

SearchOptionsControl()

Der SearchOptionsControl() -Konstruktor erstellt eine Instanz der SearchOptionsControl -Klasse.

SearchOptionsControl(SearchOption)

Der SearchOptionsControl(SearchOption)-Konstruktor erstellt mithilfe der angegebenen Suchoptionen eine Instanz der SearchOptionsControl-Klasse.

SearchOptionsControl()

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der SearchOptionsControl() -Konstruktor erstellt eine Instanz der SearchOptionsControl -Klasse.

public:
 SearchOptionsControl();
public SearchOptionsControl ();
Public Sub New ()

Gilt für:

SearchOptionsControl(SearchOption)

Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs
Quelle:
DirectoryControl.cs

Der SearchOptionsControl(SearchOption)-Konstruktor erstellt mithilfe der angegebenen Suchoptionen eine Instanz der SearchOptionsControl-Klasse.

public:
 SearchOptionsControl(System::DirectoryServices::Protocols::SearchOption flags);
public SearchOptionsControl (System.DirectoryServices.Protocols.SearchOption flags);
new System.DirectoryServices.Protocols.SearchOptionsControl : System.DirectoryServices.Protocols.SearchOption -> System.DirectoryServices.Protocols.SearchOptionsControl
Public Sub New (flags As SearchOption)

Parameter

flags
SearchOption

Der SearchOption-Enumerationswert, der das Suchverhalten festlegt.

Gilt für: