MobileControlsSectionHandler.IConfigurationSectionHandler.Create Metoda

Definicja

Tworzy nowe wystąpienie tego obiektu. Ten interfejs API jest nieaktualny. Aby uzyskać informacje o sposobie tworzenia aplikacji mobilnych ASP.NET, zobacz Mobile Apps & Sites with ASP.NET (Aplikacje mobilne & z 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

Obiekt nadrzędny.

context
Object

Obiekt kontekstu konfiguracji.

input
XmlNode

Węzeł XML sekcji.

Zwraca

Obiekt MobileControlsSectionHandler.

Implementuje

Uwagi

Ta metoda jest jawną implementacją składową interfejsu. Można go używać tylko wtedy, gdy MobileControlsSectionHandler wystąpienie jest rzutowanie do interfejsu IConfigurationSectionHandler .

Dotyczy