共用方式為


MobileControlsSectionHandler.IConfigurationSectionHandler.Create 方法

定義

建立這個物件的新執行個體。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 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

參數

parent
Object

父物件。

context
Object

組態內容物件。

input
XmlNode

區段 XML 節點。

傳回

MobileControlsSectionHandler 物件。

實作

備註

這個方法是明確的介面成員實作。 只有在 MobileControlsSectionHandler 執行個體轉換成 IConfigurationSectionHandler 介面時,才能使用這個成員。

適用於