다음을 통해 공유


ProviderConnectionPointCollection.IndexOf(ProviderConnectionPoint) 메서드

정의

컬렉션에 있는 특정 ProviderConnectionPoint 개체의 위치를 반환합니다.

public:
 int IndexOf(System::Web::UI::WebControls::WebParts::ProviderConnectionPoint ^ connectionPoint);
public int IndexOf (System.Web.UI.WebControls.WebParts.ProviderConnectionPoint connectionPoint);
member this.IndexOf : System.Web.UI.WebControls.WebParts.ProviderConnectionPoint -> int
Public Function IndexOf (connectionPoint As ProviderConnectionPoint) As Integer

매개 변수

connectionPoint
ProviderConnectionPoint

찾을 ProviderConnectionPoint입니다.

반환

ProviderConnectionPointCollection 내에서 지정된 connectionPoint의 인덱스 위치(0부터 시작)를 나타내는 정수입니다.

설명

메서드는 IndexOf 페이지에 개체의 인스턴스가 여러 개 있고 코드에서 컬렉션의 ProviderConnectionPoint 다른 개체를 기준으로 한 연결 지점 개체의 위치(또는 인덱스)를 알아야 하는 경우에 유용합니다.

지정된 공급자 연결 지점 개체가 컬렉션에 여러 번 나타나면 첫 번째 항목의 인덱스가 반환됩니다.

적용 대상

추가 정보