XmlSchemaElement.IsAbstract プロパティ

定義

要素をインスタンス ドキュメントで使用できるかどうかを示す情報を取得または設定します。

public:
 property bool IsAbstract { bool get(); void set(bool value); };
public bool IsAbstract { get; set; }
member this.IsAbstract : bool with get, set
Public Property IsAbstract As Boolean

プロパティ値

Boolean

true の場合は、要素をインスタンス ドキュメントに表示できません。 既定値は、false です。 省略可能。

適用対象