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 示します。

適用対象