Share via


TreeViewNode.Children プロパティ

定義

現在のノードの子であるノードのコレクションを取得します。

UWP 用の同等の WinUI 2 API: Microsoft.UI.Xaml.Controls.TreeViewNode.Children (Windows アプリ SDKの WinUI の場合は、Windows アプリ SDK名前空間を参照してください)。

public:
 property IVector<TreeViewNode ^> ^ Children { IVector<TreeViewNode ^> ^ get(); };
IVector<TreeViewNode> Children();
public IList<TreeViewNode> Children { get; }
var iVector = treeViewNode.children;
Public ReadOnly Property Children As IList(Of TreeViewNode)

プロパティ値

現在のノードの子であるノードのコレクション。 既定値は空のコレクションです。

適用対象