Share via


XamlXmlReader.Type プロパティ

定義

現在のノードの XamlType を取得します。

public:
 virtual property System::Xaml::XamlType ^ Type { System::Xaml::XamlType ^ get(); };
public override System.Xaml.XamlType Type { get; }
member this.Type : System.Xaml.XamlType
Public Overrides ReadOnly Property Type As XamlType

プロパティ値

現在のノードの XamlType。リーダーがオブジェクト上に配置されていない場合は null

注釈

このプロパティは、現在の位置StartObjectの が NodeType の場合にのみ null 以外の結果になります。

適用対象

こちらもご覧ください