ProtocolsConfigurationHandler.Create(Object, Object, XmlNode) Methode

Definitie

Hiermee maakt u een nieuw configuratieobject voor protocollen.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

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

Parameters

parent
Object

De sectie bovenliggende configuratie.

configContextObj
Object

Het configuratiecontextobject.

section
XmlNode

De configuratiesectie die moet worden gemaakt.

Retouren

Het configuratieobject voor nieuwe protocollen.

Implementeringen

Van toepassing op