MobileDeviceCapabilitiesSectionHandler.Create Method (Object, Object, XmlNode)
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 the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
Protected Function Create ( parent As Object, context As Object, node As XmlNode ) As Object
Parameters
- parent
-
Type:
System.Object
The parent node in the configuration file, or null (Nothing in Visual Basic) if creating the parent node.
- context
-
Type:
System.Object
An HttpConfigurationContext object.
- node
-
Type:
System.Xml.XmlNode
The node to be created.
Return Value
Type: System.ObjectA dictionary of the device filter information contained in the specified node.
| Exception | Condition |
|---|---|
| ConfigurationErrorsException | Required attributes are not present or empty, or the type attribute refers to a non-existent Type. |
Available since 2.0