Språk

ProtocolsConfigurationHandler.Create(Object, Object, XmlNode) Metod

Definition

Skapar ett nytt protokollkonfigurationsobjekt.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

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

Parametrar

parent
Object

Avsnittet överordnad konfiguration.

configContextObj
Object

Konfigurationskontextobjektet.

section
XmlNode

Konfigurationsavsnittet som ska skapas.

Returer

Konfigurationsobjektet för nya protokoll.

Implementeringar

Gäller för