ElementCompositionPreview.GetContainerVisual(UIElement) Metodo

Definizione

Recupera l'oggetto Windows.UI.Composition.Visual che esegue il backup di un contenitore XAML nell'albero della composizione 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

Parametri

element
UIElement

Elemento per il quale recuperare l'oggetto visivo contenitore.

Restituisce

Object

Platform::Object

IInspectable

Oggetto Windows.UI.Composition.Visual che esegue il backup del contenitore di elementi XAML.

Si applica a