MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create 方法

定义

创建一个由 node 参数指定的 XmlNode 中所包含的设备筛选器信息组成的字典。 如果 parent 属性引用的对象不为 null,则将字典条目追加到父字典中。 此 API 已废弃不用。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 移动应用 & 具有 ASP.NET 的网站

 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

参数

parent
Object

配置文件中的父节点;或者,如果创建父节点,则为 null(在 Visual Basic 中为 Nothing)。

context
Object

一个 HttpConfigurationContext 对象。

node
XmlNode

要创建的节点。

返回

指定的 node 中包含的设备筛选器信息组成的字典。

实现

适用于