Share via


XamlDebuggerXmlReader.NodeType プロパティ

定義

現在 XAML ファイルで読み取られているノードの型を取得します。

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

プロパティ値

XamlNodeType 列挙体の列挙値のいずれかです。

適用対象