MobileControlsSectionHandler.IConfigurationSectionHandler.Create Metod

Definition

Skapar en ny instans av det här objektet. Det här API:et är föråldrat. Information om hur du utvecklar ASP.NET mobila program finns i Mobile Apps & Webbplatser med 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

Parametrar

parent
Object

Överordnat objekt.

context
Object

Konfigurationskontextobjekt.

input
XmlNode

Avsnitts-XML-nod.

Returer

Ett MobileControlsSectionHandler objekt.

Implementeringar

Kommentarer

Den här metoden är en explicit implementering av gränssnittsmedlemmar. Den kan endast användas när instansen MobileControlsSectionHandler skickas till ett IConfigurationSectionHandler gränssnitt.

Gäller för