Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ElementCompositionPreview.GetElementChildVisual(UIElement) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Retrieves a Composition.Visual object previously set by a call to SetElementChildVisual.

public:
 static Visual ^ GetElementChildVisual(UIElement ^ element);
 static Visual GetElementChildVisual(UIElement const& element);
public static Visual GetElementChildVisual(UIElement element);
function getElementChildVisual(element)
Public Shared Function GetElementChildVisual (element As UIElement) As Visual

Parameters

element
UIElement

The element to retrieve the Visual for.

Returns

A Visual object previously set by a call to SetElementChildVisual.

Applies to


Feedback

Was this page helpful?