MobileControlsSectionHandler.IConfigurationSectionHandler.Create メソッド

定義

このオブジェクトの新しいインスタンスを作成します。 この API は廃止されています。 ASP.NET モバイル アプリケーションの開発方法については、「Mobile Apps&」を参照してください。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 インターフェイスにキャストされている場合にのみ使用できます。

適用対象