Freigeben über


DirectoryAttributeCollection.IndexOf(DirectoryAttribute) Methode

Definition

Die IndexOf(DirectoryAttribute)-Methode gibt den nullbasierten Index des ersten Vorkommens vom angegebenen DirectoryAttribute-Objekt in der DirectoryAttributeCollection-Auflistung zurück.

public:
 int IndexOf(System::DirectoryServices::Protocols::DirectoryAttribute ^ value);
public int IndexOf (System.DirectoryServices.Protocols.DirectoryAttribute value);
member this.IndexOf : System.DirectoryServices.Protocols.DirectoryAttribute -> int
Public Function IndexOf (value As DirectoryAttribute) As Integer

Parameter

value
DirectoryAttribute

Das DirectoryAttribute-Objekt, für das der Index zurückgegeben wird.

Gibt zurück

Der Indexwert des angegebenen DirectoryAttribute-Objekts, sofern dieses gefunden wird, andernfalls -1.

Gilt für: