次の方法で共有


HttpModuleActionCollection コンストラクター

定義

HttpModuleActionCollection クラスの新しいインスタンスを初期化します。

public:
 HttpModuleActionCollection();
public HttpModuleActionCollection ();
Public Sub New ()

次の例は、オブジェクトを作成する方法を HttpModuleActionCollection 示しています。

// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection = 
    new HttpModuleActionCollection();
' Create a new HttpModuleActionCollection object.
  Dim newModuleActionCollection _
  As New HttpModuleActionCollection()

注釈

このコンストラクターは、 オブジェクトの初期化されていないインスタンスを HttpModuleActionCollection 作成します。

適用対象