MobileControlsSectionHandler.IConfigurationSectionHandler.Create Method

Definition

Creates a new instance of this object. 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 ^ input) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create (object parent, object context, System.Xml.XmlNode input);
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, input As XmlNode) As Object Implements IConfigurationSectionHandler.Create

Parameters

parent
Object

Parent object.

context
Object

Configuration context object.

input
XmlNode

Section XML node.

Returns

A MobileControlsSectionHandler object.

Implements

Remarks

This method is an explicit interface member implementation. It can be used only when the MobileControlsSectionHandler instance is cast to an IConfigurationSectionHandler interface.

Applies to