MobileControlsSectionHandler::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 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.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
private: virtual Object^ Create( Object^ parent, Object^ context, XmlNode^ input ) sealed = IConfigurationSectionHandler::Create
Parameters
- parent
-
Type:
System::Object^
Parent object.
- context
-
Type:
System::Object^
Configuration context object.
- input
-
Type:
System.Xml::XmlNode^
Section XML node.
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
Available since 1.1
Show: