Share via


NonVirtualizingLayoutContext.Children プロパティ

定義

コンテキストを提供するコンテナーから子 UIElements のコレクションを取得します。

public:
 property IVectorView<UIElement ^> ^ Children { IVectorView<UIElement ^> ^ get(); };
IVectorView<UIElement> Children();
public IReadOnlyList<UIElement> Children { get; }
var iVectorView = nonVirtualizingLayoutContext.children;
Public ReadOnly Property Children As IReadOnlyList(Of UIElement)

プロパティ値

コンテキストを提供するコンテナーからの子要素のコレクション。

適用対象