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. Esta API está obsoleta. Para obter informações sobre como desenvolver aplicativos móveis ASP.NET, consulte Aplicativos Móveis & 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 objeto MobileControlsSectionHandler.
Implementações
Comentários
Esse método é uma implementação explícita de membro de interface. Ele só pode ser usado quando a instância de MobileControlsSectionHandler é convertida em uma interface de IConfigurationSectionHandler.