Share via


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

定義

建立這個物件的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

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 節點。

傳回

這個物件的已建立執行個體。

適用於

另請參閱