共用方式為


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 列舉的其中一個列舉值。

適用於