ProviderConnectionPointCollection.IndexOf(ProviderConnectionPoint) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
컬렉션에 있는 특정 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 다른 개체를 기준으로 한 연결 지점 개체의 위치(또는 인덱스)를 알아야 하는 경우에 유용합니다.
지정된 공급자 연결 지점 개체가 컬렉션에 여러 번 나타나면 첫 번째 항목의 인덱스가 반환됩니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET