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)

屬性值

提供內容的容器中子專案的集合。

適用於