MobileControlsSectionHandler.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 new instance of this object. 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.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

private abstract Create : 
        parent:Object *
        context:Object *
        input:XmlNode -> Object
private override Create : 
        parent:Object *
        context:Object *
        input:XmlNode -> Object

Parameters

parent
Type: System.Object

Parent object.

context
Type: System.Object

Configuration context object.

input
Type: System.Xml.XmlNode

Section XML node.

Return Value

Type: System.Object

A MobileControlsSectionHandler object.

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

.NET Framework
Available since 1.1
Return to top
Show: