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, consulta Mobile Apps & Sitios con 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 sección.

Devoluciones

Un objeto MobileControlsSectionHandler.

Implementaciones

Comentarios

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

Se aplica a