次の方法で共有


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 インターフェイスにキャストされる場合のみ、使用できます。

適用対象