ConsumerConnectionPointCollection.IndexOf メソッド
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
コレクション内の指定した ConsumerConnectionPoint オブジェクトのインデックスを確認します。
名前空間: System.Web.UI.WebControls.WebParts
アセンブリ: System.Web (system.web.dll 内)
構文
Public Function IndexOf ( _ connectionPoint As ConsumerConnectionPoint _ ) As Integer
Dim instance As ConsumerConnectionPointCollection Dim connectionPoint As ConsumerConnectionPoint Dim returnValue As Integer returnValue = instance.IndexOf(connectionPoint)
public int IndexOf ( ConsumerConnectionPoint connectionPoint )
public: int IndexOf ( ConsumerConnectionPoint^ connectionPoint )
public int IndexOf ( ConsumerConnectionPoint connectionPoint )
public function IndexOf ( connectionPoint : ConsumerConnectionPoint ) : int
- connectionPoint
検索する ConsumerConnectionPoint。
戻り値
現在の ConsumerConnectionPointCollection 内で connectionPoint が見つかった場合は、最初に見つかった位置の 0 から始まるインデックス番号。それ以外の場合は -1。


Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からConsumerConnectionPointCollection.IndexOf メソッドを検索する場合は、下記のリンクをクリックしてください。

- ConsumerConnectionPointCollection.IndexOf メソッドのページへのリンク