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