SchemaAttrAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.
対応する属性情報のプロパティを装飾するために使用される属性を定義します。
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
[System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")]
public sealed class SchemaAttrAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute
type SchemaAttrAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type SchemaAttrAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
[<System.Obsolete("This attribute is no longer used to identify schema information. It didn't contain everything and a new API will be forthcoming.")>]
type SchemaAttrAttribute = class
inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Property)>]
type SchemaAttrAttribute = class
inherit Attribute
Public NotInheritable Class SchemaAttrAttribute
Inherits Attribute
- 継承
-
SchemaAttrAttribute
- 属性
コンストラクター
SchemaAttrAttribute(Byte, String) |
古い.
SchemaAttrAttribute の新しいインスタンスを初期化します。 |
SchemaAttrAttribute(String, String) |
古い.
SchemaAttrAttribute の新しいインスタンスを初期化します。 |
SchemaAttrAttribute(String) |
古い.
対応する属性情報のプロパティを装飾するために使用される属性を定義します。 |
プロパティ
NamespaceUri |
古い.
スキーマ属性の名前空間 Uri を取得します。 |
Tag |
古い.
スキーマ属性のタグ名を取得します。 |