다음을 통해 공유


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 개체입니다.

적용 대상