WpfTree.Nodes 屬性

取得此樹狀目錄控制項中的所有節點集合。

命名空間:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
組件:  Microsoft.VisualStudio.TestTools.UITesting (在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

語法

'宣告
Public Overridable ReadOnly Property Nodes As UITestControlCollection
public virtual UITestControlCollection Nodes { get; }
public:
virtual property UITestControlCollection^ Nodes {
    UITestControlCollection^ get ();
}
abstract Nodes : UITestControlCollection with get
override Nodes : UITestControlCollection with get
function get Nodes () : UITestControlCollection

屬性值

型別:Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
此樹狀目錄控制項中的所有節點集合。

.NET Framework 安全性

請參閱

參考

WpfTree 類別

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空間