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.
Reçoit le XmlSchemaType pour l'élément XML ou l'attribut 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é
XmlSchemaType pour l'élément XML ou l'attribut validé.
Remarques
La XmlType propriété obtient l’élément XmlSchemaType ou l’attribut XML validé. Par exemple, le XmlSchemaSimpleType ou XmlSchemaComplexType.