XmlSchemaSet.GlobalTypes Proprietà
Definizione
Ottiene tutti i tipi globali, semplici e complessi, di tutti gli schemi XSD (XML Schema Definition Language) nella classe XmlSchemaSet.Gets all of the global simple and complex types in all the XML Schema definition language (XSD) schemas in the XmlSchemaSet.
public:
property System::Xml::Schema::XmlSchemaObjectTable ^ GlobalTypes { System::Xml::Schema::XmlSchemaObjectTable ^ get(); };
public System.Xml.Schema.XmlSchemaObjectTable GlobalTypes { get; }
member this.GlobalTypes : System.Xml.Schema.XmlSchemaObjectTable
Public ReadOnly Property GlobalTypes As XmlSchemaObjectTable
Valore della proprietà
Raccolta di tipi globali complessi e semplici.The collection of global simple and complex types.
Commenti
La GlobalTypes proprietà restituisce sempre un tipo che rappresenta il xs:anyType
tipo complesso.The GlobalTypes property always returns a type that represents the xs:anyType
complex type.