Teilen über


ProtocolsConfigurationHandler.Create(Object, Object, XmlNode) Methode

Definition

Erstellt ein neues Konfigurationsobjekt für Protokolle.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

public:
 virtual System::Object ^ Create(System::Object ^ parent, System::Object ^ configContextObj, System::Xml::XmlNode ^ section);
public object Create (object parent, object configContextObj, System.Xml.XmlNode section);
abstract member Create : obj * obj * System.Xml.XmlNode -> obj
override this.Create : obj * obj * System.Xml.XmlNode -> obj
Public Function Create (parent As Object, configContextObj As Object, section As XmlNode) As Object

Parameter

parent
Object

Der übergeordnete Konfigurationsabschnitt.

configContextObj
Object

Das Konfigurationskontextobjekt.

section
XmlNode

Der zu erstellende Konfigurationsabschnitt.

Gibt zurück

Object

Das neue Konfigurationsobjekt für Protokolle.

Implementiert

Gilt für