MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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üğü.