HttpModuleActionCollection Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe HttpModuleActionCollection.
public:
HttpModuleActionCollection();
public HttpModuleActionCollection ();
Public Sub New ()
Exemples
L’exemple suivant montre comment créer un HttpModuleActionCollection objet.
// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection =
new HttpModuleActionCollection();
' Create a new HttpModuleActionCollection object.
Dim newModuleActionCollection _
As New HttpModuleActionCollection()
Remarques
Ce constructeur crée une instance non initialisée de l’objet HttpModuleActionCollection .