ProviderConnectionPointCollection.IndexOf メソッド
アセンブリ: System.Web (system.web.dll 内)

Public Function IndexOf ( _ connectionPoint As ProviderConnectionPoint _ ) As Integer
Dim instance As ProviderConnectionPointCollection Dim connectionPoint As ProviderConnectionPoint Dim returnValue As Integer returnValue = instance.IndexOf(connectionPoint)
public int IndexOf ( ProviderConnectionPoint connectionPoint )
public: int IndexOf ( ProviderConnectionPoint^ connectionPoint )
public int IndexOf ( ProviderConnectionPoint connectionPoint )
public function IndexOf ( connectionPoint : ProviderConnectionPoint ) : int
- connectionPoint
検索する ProviderConnectionPoint。
ProviderConnectionPointCollection 内の指定した connectionPoint の 0 から始まるインデックス位置を示す整数。

IndexOf メソッドは、ページ上に ProviderConnectionPoint オブジェクトの複数のインスタンスがあり、コレクション内の他のコネクション ポイントに対するコネクション ポイントの相対位置 (インデックス) を調べる必要がある場合に役立ちます。
指定したプロバイダ コネクション ポイント オブジェクトがコレクション内に複数ある場合は、最初に見つかったプロバイダ コネクション ポイント オブジェクトのインデックスが返されます。

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に収録されているすべての辞書からProviderConnectionPointCollection.IndexOf メソッドを検索する場合は、下記のリンクをクリックしてください。

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