Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 776 Bytes

elementcompositionpreview_getelementvisual_580363760.md

File metadata and controls

26 lines (18 loc) · 776 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Hosting.ElementCompositionPreview.GetElementVisual(Microsoft.UI.Xaml.UIElement)
winrt method

Microsoft.UI.Xaml.Hosting.ElementCompositionPreview.GetElementVisual

-description

Retrieves the Microsoft.UI.Composition.Visual object that backs a XAML element in the XAML composition tree.

-parameters

-param element

The element to retrieve the Visual for.

-returns

The Microsoft.UI.Composition.Visual object that backs the XAML element.

-remarks

-examples

-see-also