MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create Method (Object, Object, XmlNode)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
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 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)
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.
.NET Framework
Available since 1.1
Available since 1.1
Show: