共用方式為


WinCheckBoxTreeItem.Nodes 屬性

取得此核取方塊樹狀項目中的節點集合。

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

語法

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

屬性值

型別:Microsoft.VisualStudio.TestTools.UITesting.UITestControlCollection
此核取方塊樹狀項目中的節點集合。

.NET Framework 安全性

請參閱

參考

WinCheckBoxTreeItem 類別

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