XmlSchemaRedefine.SchemaTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.