Partager via


MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create Méthode

Définition

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 Mobile Apps & Sites avec ASP.NET.

 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.

node
XmlNode

Nœud à créer.

Retours

Dictionnaire des informations de filtre d’appareil contenues dans le fichier spécifié node.

Implémente

S’applique à