XmlAtomicValue.XmlType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l’élément XmlSchemaType ou l’attribut XML validé.
public:
virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType XmlType { get; }
member this.XmlType : System.Xml.Schema.XmlSchemaType
Public Overrides ReadOnly Property XmlType As XmlSchemaType
Valeur de propriété
Pour XmlSchemaType l’élément ou l’attribut XML validé.
Remarques
La XmlType propriété obtient l’élément XmlSchemaType ou l’attribut XML validé. Par exemple, le XmlSchemaSimpleType ou XmlSchemaComplexType.