MobileControlsSectionHandler.IConfigurationSectionHandler.Create Methode

Definition

Erstellt eine neue Instanz dieses Objekts. Diese API ist veraltet. Informationen zum Entwickeln ASP.NET mobiler Anwendungen finden Sie unter Mobile Apps & Sites mit ASP.NET.

 virtual System::Object ^ System.Configuration.IConfigurationSectionHandler.Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ input) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create (object parent, object context, System.Xml.XmlNode input);
abstract member System.Configuration.IConfigurationSectionHandler.Create : obj * obj * System.Xml.XmlNode -> obj
override this.System.Configuration.IConfigurationSectionHandler.Create : obj * obj * System.Xml.XmlNode -> obj
Function Create (parent As Object, context As Object, input As XmlNode) As Object Implements IConfigurationSectionHandler.Create

Parameter

parent
Object

Übergeordnetes Objekt.

context
Object

Konfigurationskontextobjekt.

input
XmlNode

Abschnitts-XML-Knoten.

Gibt zurück

Ein MobileControlsSectionHandler-Objekt.

Implementiert

Hinweise

Diese Methode ist eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die MobileControlsSectionHandler-Instanz in eine IConfigurationSectionHandler-Schnittstelle umgewandelt wird.

Gilt für: