HttpModuleActionCollection.IndexOf メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > HttpModuleActionCollection.IndexOf メソッドの意味・解説 

HttpModuleActionCollection.IndexOf メソッド

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

指定した HttpModuleAction モジュールコレクション インデックス取得します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Public Function IndexOf ( _
    action As HttpModuleAction _
) As Integer
Dim instance As HttpModuleActionCollection
Dim action As HttpModuleAction
Dim returnValue As Integer

returnValue = instance.IndexOf(action)
public int IndexOf (
    HttpModuleAction action
)
public:
int IndexOf (
    HttpModuleAction^ action
)
public int IndexOf (
    HttpModuleAction action
)
public function IndexOf (
    action : HttpModuleAction
) : int

パラメータ

action

コレクション インデックス取得する対象の HttpModuleAction モジュール

戻り値
指定したモジュールコレクション インデックス値。

解説解説
使用例使用例

HttpModuleAction モジュールコレクション インデックス取得する方法次のコード例示します

' Set the module object.
Dim ModuleAction1 _
As New HttpModuleAction( _
"MyModule1Name", "MyModule1Type")
' Get the module collection index.
Dim moduleIndex As Integer
 = _
modulesCollection.IndexOf(ModuleAction1)

// Set the module object.
HttpModuleAction ModuleAction1 = 
    new HttpModuleAction("MyModule1Name",
    "MyModule1Type");
// Get the module collection index.
int moduleIndex = modulesCollection.IndexOf(ModuleAction1);

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
HttpModuleActionCollection クラス
HttpModuleActionCollection メンバ
System.Web.Configuration 名前空間
その他の技術情報
httpModules 要素 (ASP.NET 設定スキーマ)


このページでは「.NET Framework クラス ライブラリ リファレンス」からHttpModuleActionCollection.IndexOf メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からHttpModuleActionCollection.IndexOf メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からHttpModuleActionCollection.IndexOf メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

HttpModuleActionCollection.IndexOf メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



HttpModuleActionCollection.IndexOf メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS