다음을 통해 공유


ForestTrustDomainInfoCollection.IndexOf(ForestTrustDomainInformation) 메서드

정의

이 컬렉션에서 맨 처음 발견되는 지정된 ForestTrustDomainInformation 개체의 인덱스를 반환합니다.

public:
 int IndexOf(System::DirectoryServices::ActiveDirectory::ForestTrustDomainInformation ^ information);
public int IndexOf (System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation information);
member this.IndexOf : System.DirectoryServices.ActiveDirectory.ForestTrustDomainInformation -> int
Public Function IndexOf (information As ForestTrustDomainInformation) As Integer

매개 변수

information
ForestTrustDomainInformation

이 컬렉션에서 검색할 ForestTrustDomainInformation 개체입니다.

반환

일치하는 첫 번째 개체의 0부터 시작하는 인덱스입니다. 이 컬렉션의 멤버 중 ForestTrustDomainInformation 개체와 동일한 멤버가 없으면 -1을 반환합니다.

예외

informationnull입니다.

적용 대상

추가 정보