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

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

适用于