MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método

Definição

Cria uma nova instância deste objeto. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja Apps & Mobile Apps; Sites com 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

Objecto dos pais.

context
Object

Contexto de configuração.

input
XmlNode

Nó XML de secção.

Devoluções

Um objeto MobileControlsSectionHandler.

Implementações

Observações

Este método é uma implementação explícita de membro de interface. Só pode ser usado quando a MobileControlsSectionHandler instância é transmitida para uma IConfigurationSectionHandler interface.

Aplica-se a