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 にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET