次の方法で共有


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 接続ポイント オブジェクトに対する相対的な位置 (またはインデックス) をコードで認識する必要がある場合に便利です。

指定したプロバイダー接続ポイント オブジェクトがコレクション内に複数回出現する場合は、最初に出現するオブジェクトのインデックスが返されます。

適用対象

こちらもご覧ください