MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.