DirectoryAttributeModificationCollection.IndexOf Methode

Definitie

De IndexOf(DirectoryAttributeModification) methode retourneert de op nul gebaseerde index van het eerste exemplaar van het opgegeven DirectoryAttributeModification object in de DirectoryAttributeModificationCollection.

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

Parameters

value
DirectoryAttributeModification

Het DirectoryAttributeModificationCollection object waarvoor de index wordt geretourneerd.

Retouren

De indexwaarde van het opgegeven DirectoryAttributeModification object, indien gevonden; anders -1.

Van toepassing op