HttpModuleActionCollection Constructor
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Initialiseert een nieuw exemplaar van de HttpModuleActionCollection klasse.
public:
HttpModuleActionCollection();
public HttpModuleActionCollection();
Public Sub New ()
Voorbeelden
In het volgende voorbeeld ziet u hoe u een HttpModuleActionCollection object maakt.
// Create a new HttpModuleActionCollection object.
HttpModuleActionCollection newModuleActionCollection =
new HttpModuleActionCollection();
' Create a new HttpModuleActionCollection object.
Dim newModuleActionCollection _
As New HttpModuleActionCollection()
Opmerkingen
Met deze constructor wordt een niet-geïnitialiseerd exemplaar van het HttpModuleActionCollection object gemaakt.