MobileDeviceCapabilitiesSectionHandler.Create(Object, Object, XmlNode) Method

Definition

Creates a dictionary of the device filter information contained in the XmlNode specified by the node parameter. If the object referenced by the parent property is not null, then dictionary entries are appended to the parent dictionary. This method supports the .NET Framework infrastructure. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

protected:
 System::Object ^ Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ node);
protected object Create (object parent, object context, System.Xml.XmlNode node);
member this.Create : obj * obj * System.Xml.XmlNode -> obj
Protected Function Create (parent As Object, context As Object, node As XmlNode) As Object

Parameters

parent
Object

The parent node in the configuration file, or null (Nothing in Visual Basic) if creating the parent node.

context
Object

An HttpConfigurationContext object.

node
XmlNode

The node to be created.

Returns

A dictionary of the device filter information contained in the specified node.

Exceptions

Required attributes are not present or empty, or the type attribute refers to a non-existent Type.

Applies to

See also