MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 Mobile Apps & Sites with 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
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
.