XmlSchema.Attributes 属性

定义

获取架构中所有属性的架构编译后值。

public:
 property System::Xml::Schema::XmlSchemaObjectTable ^ Attributes { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable Attributes { get; }
member this.Attributes : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property Attributes As XmlSchemaObjectTable

属性值

架构中所有特性的 XmlSchemaObjectTable 集合。

适用于