DsmlRequestDocument.IList.IndexOf(Object) 메서드

정의

컬렉션에서 지정된 DirectoryRequest 개체가 처음 나타나는 인덱스(0부터 시작)를 DsmlRequestDocument 반환합니다.

 virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf(object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf

매개 변수

value
Object

DirectoryRequest 인덱스가 반환되는 개체입니다.

반품

지정된 DirectoryRequest 개체의 인덱스 값(있는 경우)이고, 그렇지 않으면 -1입니다.

구현

예외

value null 참조입니다(Visual Basic Nothing).

적용 대상