DirectoryAttributeModificationCollection.IndexOf Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Metoden IndexOf(DirectoryAttributeModification) returnerar det nollbaserade indexet för den första förekomsten av det angivna DirectoryAttributeModification objektet i 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
Parametrar
Det DirectoryAttributeModificationCollection objekt som indexet returneras för.
Returer
Indexvärdet för det angivna DirectoryAttributeModification objektet, om det hittas, annars -1.