Share via


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

プロパティ値

XmlSchemaObjectTable

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

注釈

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

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

適用対象