XmlSchemaComplexContentExtension.Attributes 属性

定义

获取复杂内容的属性集合。Gets the collection of attributes for the complex content. 包含 XmlSchemaAttributeXmlSchemaAttributeGroupRef 元素。Contains XmlSchemaAttribute and XmlSchemaAttributeGroupRef elements.

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

属性值

XmlSchemaObjectCollection

复杂内容的属性集合。The collection of attributes for the complex content.

适用于