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 bulunılan nesne değilse null, sözlük girdileri üst sözlüğe eklenir. 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 ^ 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 üst düğümü oluşturuyorsanız (Nothing Visual Basic'te).

context
Object

Bir HttpConfigurationContext nesnesi.

node
XmlNode

Oluşturulacak düğüm.

Döndürülenler

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

Uygulamalar

Şunlara uygulanır