Aracılığıyla paylaş


MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create Yöntem

Tanım

parametresi tarafından node belirtilen içinde XmlNode yer alan cihaz filtresi bilgilerinin bir sözlüğünü oluşturur. özelliği tarafından parent başvuruda bulunan nesne değilse null, sözlük girdileri üst sözlüğe eklenir. 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 ^ node) = System::Configuration::IConfigurationSectionHandler::Create;
object IConfigurationSectionHandler.Create(object parent, object context, System.Xml.XmlNode node);
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, node As XmlNode) As Object Implements IConfigurationSectionHandler.Create

Parametreler

parent
Object

Yapılandırma dosyasındaki üst düğüm veya null (Nothing Visual Basic'te) üst düğüm oluşturuluyorsa.

context
Object

Bir HttpConfigurationContext nesnesi.

node
XmlNode

Oluşturulacak düğüm.

Döndürülenler

Belirtilen nodeiçinde yer alan cihaz filtre bilgilerinin sözlüğü.

Uygulamalar

Şunlara uygulanır