Aracılığıyla paylaş


DirectoryAttributeCollection.IndexOf(DirectoryAttribute) Yöntem

Tanım

yöntemi, IndexOf(DirectoryAttribute) içinde belirtilen DirectoryAttribute nesnenin ilk oluşumunun sıfır tabanlı dizinini DirectoryAttributeCollectiondöndürür.

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

Parametreler

value
DirectoryAttribute

Dizininin DirectoryAttribute döndürüldiği nesne.

Döndürülenler

Belirtilen DirectoryAttribute nesnenin dizin değeri (bulunursa; değilse, -1).

Şunlara uygulanır