XmlnsDefinitionAttribute 類別

定義

指定 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.Attribute
XmlnsDefinitionAttribute
屬性
System.Diagnostics.DebuggerDisplayAttribute System.AttributeUsageAttribute

建構函式

XmlnsDefinitionAttribute(String, String)

指定 XML 命名空間與 CLR 命名空間間之對應的屬性。

屬性

AssemblyName

指定 XML 命名空間與 CLR 命名空間間之對應的屬性。

ClrNamespace

指定 XML 命名空間與 CLR 命名空間間之對應的屬性。

XmlNamespace

指定 XML 命名空間與 CLR 命名空間間之對應的屬性。

適用於