XPathNavigator.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.
XmlSchemaType Mendapatkan informasi untuk simpul saat ini.
public:
virtual property System::Xml::Schema::XmlSchemaType ^ XmlType { System::Xml::Schema::XmlSchemaType ^ get(); };
public override System.Xml.Schema.XmlSchemaType? XmlType { 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
Objek XmlSchemaType ; defaultnya adalah null.
Keterangan
Berikut ini adalah catatan penting yang perlu dipertimbangkan XmlType saat menggunakan properti .
Properti XmlType adalah
null, kecuali Validity properti SchemaInfo properti XPathNavigator diatur ke XmlSchemaValidity.Valid.Jika simpul ini valid, XmlType properti sama dengan SchemaType properti SchemaInfo properti XPathNavigator, kecuali simpul ini adalah anggota serikat.
Jika simpul ini adalah anggota serikat, XmlType properti sama MemberType dengan properti SchemaInfo properti ini XPathNavigator.