DsmlRequestDocument.IList.Item[Int32] プロパティ

定義

指定したインデックスの位置にある DirectoryRequest オブジェクトを取得または設定します。

property System::Object ^ System::Collections::IList::Item[int] { System::Object ^ get(int index); void set(int index, System::Object ^ value); };
object System.Collections.IList.Item[int index] { get; set; }
member this.System.Collections.IList.Item(int) : obj with get, set
 Property Item(index As Integer) As Object Implements IList.Item

パラメーター

index
Int32

検索される DirectoryRequest オブジェクトの 0 から始まるインデックス値。

プロパティ値

指定した index の位置にある DirectoryRequest オブジェクト。

実装

例外

index が null 参照 (Visual Basic の場合は Nothing) に設定されています。

valueDirectoryRequest オブジェクトではありません。

適用対象