MobileDeviceCapabilitiesSectionHandler::IConfigurationSectionHandler::Create Method (Object^, Object^, XmlNode^)

 

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.

Namespace:   System.Web.Mobile
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

private:
virtual Object^ Create(
	Object^ parent,
	Object^ context,
	XmlNode^ node
) sealed = IConfigurationSectionHandler::Create

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::Object^

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

.NET Framework
Available since 1.1
Return to top
Show: