MobileDeviceCapabilitiesSectionHandler.IConfigurationSectionHandler.Create 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建由参数指定的node设备筛选器信息XmlNode字典。 如果属性引用 parent 的对象不是 null,则字典条目将追加到父字典中。 此 API 已过时。 有关如何开发 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设备筛选器信息的字典。