ProxyWebPartConnectionCollection.IndexOf(WebPartConnection) メソッド

定義

コレクション内の特定のメンバーの位置を返します。

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

パラメーター

value
WebPartConnection

コレクションのメンバーである WebPartConnection

戻り値

コレクション内で特定のオブジェクトの位置を示す整数。

注釈

メソッドは IndexOf 、コレクション内の他のオブジェクトに対する 1 つのオブジェクトの序数位置 (インデックス) を把握する場合に便利です。

適用対象

こちらもご覧ください