MobileControlsSectionHandler.IConfigurationSectionHandler.Create Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée une instance de cet objet. Cette API est obsolète. Pour plus d’informations sur le développement d’applications mobiles ASP.NET, consultez
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
Paramètres
- parent
- Object
Objet parent.
- context
- Object
Objet de contexte de configuration.
- input
- XmlNode
Nœud XML de section.
Retours
Objet MobileControlsSectionHandler.
Implémente
Remarques
Cette méthode est une implémentation explicite de membre d’interface. Elle ne peut être utilisée que lorsque l’instance MobileControlsSectionHandler est convertie en IConfigurationSectionHandler interface.