Sdílet prostřednictvím


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Metoda

Definice

Vytvoří novou instanci tohoto objektu. Toto rozhraní API je zastaralé. Informace o vývoji ASP.NET mobilních aplikací najdete v tématu Mobilní aplikace & Weby s 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

Parametry

parent
Object

Nadřazený objekt.

context
Object

Objekt kontextu konfigurace.

input
XmlNode

Uzel XML oddílu.

Návraty

Objekt MobileControlsSectionHandler .

Implementuje

Poznámky

Tato metoda je explicitní implementace člena rozhraní. Lze jej použít pouze v MobileControlsSectionHandler případě, že je instance přetypovaná na IConfigurationSectionHandler rozhraní.

Platí pro