XmlSchema.Items Egenskap

Definition

Hämtar samlingen med schemaelement i schemat och används för att lägga till nya elementtyper på schema elementnivå.

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

Egenskapsvärde

Ett XmlSchemaObjectCollection schemaelement i schemat.

Kommentarer

Samlingen av XmlSchemaAnnotation, XmlSchemaAttribute, XmlSchemaAttributeGroup, XmlSchemaComplexType, XmlSchemaSimpleType, XmlSchemaElement, XmlSchemaGroupeller XmlSchemaNotation.

Gäller för