XmlnsDefinitionAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定 XML 命名空间和 CLR 命名空间之间的映射的属性。
[System.Diagnostics.DebuggerDisplay("{XmlNamespace}, {ClrNamespace}, {AssemblyName}")]
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class XmlnsDefinitionAttribute : Attribute
type XmlnsDefinitionAttribute = class
inherit Attribute
- 继承
-
System.AttributeXmlnsDefinitionAttribute
- 属性
-
System.Diagnostics.DebuggerDisplayAttribute System.AttributeUsageAttribute
构造函数
XmlnsDefinitionAttribute(String, String) |
指定 XML 命名空间和 CLR 命名空间之间的映射的属性。 |
属性
AssemblyName |
指定 XML 命名空间和 CLR 命名空间之间的映射的属性。 |
ClrNamespace |
指定 XML 命名空间和 CLR 命名空间之间的映射的属性。 |
XmlNamespace |
指定 XML 命名空间和 CLR 命名空间之间的映射的属性。 |