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 中每种类型的属性的所有属性的组合。

此属性的值是只读的。 此属性在成功编译架构后具有值,以确定实例文档中允许的完整属性集。

适用于