XPathNavigator.XmlType 属性

定义

获取当前节点的 XmlSchemaType 信息。

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

属性值

XmlSchemaType

一个 XmlSchemaType 对象;默认值为 null

注解

以下是使用 XmlType 属性时要考虑的重要说明。

适用于