Aracılığıyla paylaş


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Yöntem

Tanım

Bu nesnenin yeni bir örneğini oluşturur. Bu API kullanımdan kaldırıldı. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. Mobile Apps & ASP.NET içeren siteler.

 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

Parametreler

parent
Object

Üst nesne.

context
Object

Yapılandırma bağlam nesnesi.

input
XmlNode

Bölüm XML düğümü.

Döndürülenler

Bir MobileControlsSectionHandler nesnesi.

Uygulamalar

Açıklamalar

Bu yöntem açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir MobileControlsSectionHandler arabirime IConfigurationSectionHandler yayınlandığında kullanılabilir.

Şunlara uygulanır