MobileControlsSectionHandler.Create(Object, Object, XmlNode) 方法

定义

创建此对象的新实例。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

protected:
 System::Object ^ Create(System::Object ^ parent, System::Object ^ context, System::Xml::XmlNode ^ input);
protected object Create (object parent, object context, System.Xml.XmlNode input);
member this.Create : obj * obj * System.Xml.XmlNode -> obj
Protected Function Create (parent As Object, context As Object, input As XmlNode) As Object

参数

parent
Object

父对象。

context
Object

配置上下文对象。

input
XmlNode

部分 XML 节点。

返回

此对象的已创建实例。

适用于

另请参阅