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

개체를 찾을 인덱스 값(0부터 시작하는 DirectoryRequest 값)입니다.

속성 값

DirectoryRequest 지정된 index에 있는 개체입니다.

구현

예외

index null 참조로 설정됩니다(Visual Basic Nothing).

value가 개체가 아닌 경우 DirectoryRequest

적용 대상