MobileDeviceCapabilitiesSectionHandler.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 un dictionnaire des informations de filtre d’appareil contenues dans le XmlNodenode paramètre spécifié. Si l’objet référencé par la propriété n’est pas null, les entrées de parent dictionnaire sont ajoutées au dictionnaire parent. 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 ^ node) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create(object parent, object context, System.Xml.XmlNode node);
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, node As XmlNode) As Object Implements IConfigurationSectionHandler.Create
Paramètres
- parent
- Object
Nœud parent dans le fichier de configuration ou null (Nothing en Visual Basic) si vous créez le nœud parent.
- context
- Object
Objet HttpConfigurationContext.
- node
- XmlNode
Nœud à créer.
Retours
Dictionnaire des informations de filtre d’appareil contenues dans le fichier spécifié node.