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 命名空間間之對應的屬性。 |