Compartir a través de


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método

Definición

Crea una nueva instancia de este objeto. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with 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

Parámetros

parent
Object

Objeto primario.

context
Object

Objeto de contexto de configuración.

input
XmlNode

Nodo XML de la sección.

Devoluciones

Un objeto MobileControlsSectionHandler.

Implementaciones

Comentarios

Este método es una implementación de miembro de interfaz explícita. Solo se puede utilizar cuando la instancia de MobileControlsSectionHandler se convierte en una interfaz IConfigurationSectionHandler.

Se aplica a