XmlSchemaComplexType.AttributeUses プロパティ

定義

この複合型とその基本型に準拠しているすべての属性のコレクションを取得します。

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ AttributeUses { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable AttributeUses { get; }
member this.AttributeUses : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property AttributeUses As XmlSchemaObjectTable

プロパティ値

この複合型とその基本型からのすべての属性のコレクション。 AttributeUses プロパティのコンパイル後の値。

注釈

たとえば、階層内の各型の Attributes プロパティのすべての属性の組み合わせです。

このプロパティの値は読み取り専用です。 このプロパティは、インスタンス ドキュメントで許可されている完全な属性セットを決定するためにスキーマが正常にコンパイルされた後の値を持ちます。

適用対象