MobileControlsSectionHandler.IConfigurationSectionHandler.Create Metodo

Definizione

Crea una nuova istanza di questo oggetto. Questa API è obsoleta. Per informazioni su come sviluppare applicazioni ASP.NET per dispositivi mobili, vedere App per dispositivi mobili & Siti con 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

Parametri

parent
Object

Oggetto padre.

context
Object

Oggetto di contesto di configurazione.

input
XmlNode

Nodo XML della sezione.

Restituisce

Un oggetto MobileControlsSectionHandler.

Implementazioni

Commenti

Questo metodo è un'implementazione esplicita dei membri dell'interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza MobileControlsSectionHandler a un'interfaccia IConfigurationSectionHandler.

Si applica a