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 名前空間の間のマッピングを指定する属性。

適用対象