AttributeMetadataCollection.IndexOf(AttributeMetadata) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個集合中,第一次出現的指定 AttributeMetadata物件。
public:
int IndexOf(System::DirectoryServices::ActiveDirectory::AttributeMetadata ^ metadata);
public int IndexOf (System.DirectoryServices.ActiveDirectory.AttributeMetadata metadata);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.AttributeMetadata -> int
Public Function IndexOf (metadata As AttributeMetadata) As Integer
參數
- metadata
- AttributeMetadata
要在此集合中搜尋的 AttributeMetadata 物件。
傳回
第一個相符項目之以零起始的索引。 如果此集合沒有任何成員等於 metadata
,則為 -1。
例外狀況
呼叫基礎目錄服務時,發生錯誤。
metadata
為 null
。