AttributeMetadataCollection.IndexOf(AttributeMetadata) メソッド

定義

このコレクションで最初に出現する、指定した 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 オブジェクト。

戻り値

最初に一致する項目の 0 から始まるインデックス。 metadata と同一のメンバーがこのコレクション内にない場合は -1。

例外

基になるディレクトリ サービスの呼び出しでエラーが発生しました。

metadatanullです。

適用対象

こちらもご覧ください