DirectoryAttributeModificationCollection.IndexOf Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Метод IndexOf(DirectoryAttributeModification) возвращает индекс (с нуля) первого вхождения указанного объекта DirectoryAttributeModification в коллекцию 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
Параметры
Объект DirectoryAttributeModificationCollection, для которого возвращается индекс.
Возвращаемое значение
Значение индекса указанного объекта DirectoryAttributeModification, если он найден; в противном случае — -1.