MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Cria uma nova instância deste objeto. Esta API está obsoleta. Para informações sobre como desenvolver ASP.NET aplicações móveis, veja
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.