通过


MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create 方法

定义

创建由参数指定的node设备筛选器信息XmlNode字典。 如果属性引用 parent 的对象不是 null,则字典条目将追加到父字典中。 此 API 已过时。 有关如何开发 ASP.NET 移动应用程序的信息,请参阅 Mobile Apps &具有 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 创建父节点时(Nothing 在 Visual Basic 中)。

context
Object

一个 HttpConfigurationContext 对象。

node
XmlNode

要创建的节点。

返回

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

实现

适用于