Aracılığıyla paylaş


MobileControlsSectionHandler.IConfigurationSectionHandler.Create Yöntem

Tanım

Bu nesnenin yeni bir örneğini oluşturur. Bu, API artık kullanılmıyor. ASP.NET mobil uygulama geliştirme hakkında bilgi için bkz. ASP.NET ile Mobile Apps & Siteleri.

 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 IConfigurationSectionHandler arabirime MobileControlsSectionHandler yayınlandığında kullanılabilir.

Şunlara uygulanır