XmlSchemaComplexType.AttributeUses 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取该复杂类型及其基类型的所有已编译属性的集合。
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
。
此属性的值是只读的。 此属性在架构成功编译后具有值,以确定实例文档中允许的完整属性集。