ElementCompositionPreview.GetContainerVisual(UIElement) メソッド

定義

XAML コンポジション ツリー内の XAML コンテナーをバックする Windows.UI.Composition.Visual オブジェクトを取得します。

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 オブジェクト。

適用対象