Compartilhar via


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método

Definição

Cria uma nova instância desse objeto. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte 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

Objeto pai.

context
Object

Objeto de contexto de configuração.

input
XmlNode

Nó XML da seção.

Retornos

Um MobileControlsSectionHandler objeto.

Implementações

Comentários

Esse método é uma implementação de membro de interface explícita. Ele só pode ser usado quando a MobileControlsSectionHandler instância é convertida em uma IConfigurationSectionHandler interface.

Aplica-se a