SchemaAttrAttribute クラス

定義

注意事項

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)
古い.

対応する属性情報のプロパティを装飾するために使用される属性を定義します。

SchemaAttrAttribute(String, String)
古い.

SchemaAttrAttribute の新しいインスタンスを初期化します。

プロパティ

NamespaceUri
古い.

スキーマ属性の名前空間 Uri を取得します。

Tag
古い.

スキーマ属性のタグ名を取得します。

適用対象