XmlSchemaRedefine.SchemaTypes Property

Definition

Gets the XmlSchemaObjectTable, for all simple and complex types in the schema, which holds the post-compilation value of the SchemaTypes property.

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

Property Value

The XmlSchemaObjectTable for all schema types in the schema. The post-compilation value of the SchemaTypes property.

Applies to