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 中每种类型的属性的所有属性的组合。
此属性的值是只读的。 此属性在成功编译架构后具有值,以确定实例文档中允许的完整属性集。