SchemaAttrAttribute クラス

定義

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

[System.AttributeUsage(System.AttributeTargets.Property)]
public sealed class SchemaAttrAttribute : Attribute
type SchemaAttrAttribute = class
    inherit Attribute
Public NotInheritable Class SchemaAttrAttribute
Inherits Attribute
継承
SchemaAttrAttribute
属性

コンストラクター

SchemaAttrAttribute(Byte, String)

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

プロパティ

NamespaceUri

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

Tag

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

適用対象