MobileControlsSectionHandler.IConfigurationSectionHandler.Create Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cria uma nova instância desse objeto. Essa API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte
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.