NamespaceElement 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示定义命名空间元素的配置元素。 它包含命名空间到命名空间前缀的映射,稍后可在 XPath 筛选器中使用这些映射。
public ref class NamespaceElement : System::Configuration::ConfigurationElement
public class NamespaceElement : System.Configuration.ConfigurationElement
type NamespaceElement = class
inherit ConfigurationElement
Public Class NamespaceElement
Inherits ConfigurationElement
- 继承
注解
下表显示了已理解的默认命名空间和前缀。
前缀 | 命名空间 |
---|---|
s11 | http://schemas.xmlsoap.org/soap/envelope |
s12 | http://www.w3.org/2003/05/soap-envelope |
wsaAugust2004 | http://schemas.xmlsoap.org/ws/2004/08/addressing |
wsa10 | http://www.w3.org/2005/08/addressing |
sm | http://schemas.microsoft.com/serviceModel/2004/05/xpathfunctions |
tempuri | http://tempuri.org |
ser | http://schemas.microsoft.com/2003/10/Serialization |
构造函数
NamespaceElement() |
初始化 NamespaceElement 的新实例。 |