共用方式為


ElementCompositionPreview.GetContainerVisual(UIElement) 方法

定義

擷取 Windows.UI.Composition.Visual 物件,該物件會備份 XAML 組合樹狀結構中的 XAML 容器。

public:
 static Platform::Object ^ GetContainerVisual(UIElement ^ element);
 static IInspectable GetContainerVisual(UIElement const& element);
public static object GetContainerVisual(UIElement element);
function getContainerVisual(element)
Public Shared Function GetContainerVisual (element As UIElement) As Object

參數

element
UIElement

要擷取容器 Visual的專案。

傳回

Object

Platform::Object

IInspectable

備份 XAML 元素容器的 Windows.UI.Composition.Visual 物件。

適用於