XmlAtomicValue.XmlType Properti
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mendapatkan untuk elemen atau atribut XML yang XmlSchemaType divalidasi.
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
Nilai Properti
XmlSchemaType untuk elemen atau atribut XML yang divalidasi.
Keterangan
Properti XmlType mendapatkan untuk elemen atau atribut XML yang XmlSchemaType divalidasi. Misalnya, XmlSchemaSimpleType atau XmlSchemaComplexType.