Condividi tramite


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Metodo

Definizione

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

input
XmlNode

Nodo XML della sezione.

Valori restituiti

Un oggetto MobileControlsSectionHandler.

Implementazioni

Commenti

Questo metodo è un'implementazione esplicita dei membri dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia MobileControlsSectionHandlerIConfigurationSectionHandler .

Si applica a