CompositionEngine.GetForSystemEngine(Object) Method

Definition

Gets the system engine equivalent of the specified composition object.

public:
 static Platform::Object ^ GetForSystemEngine(Platform::Object ^ compositionObject);
 static IInspectable GetForSystemEngine(IInspectable const& compositionObject);
public static object GetForSystemEngine(object compositionObject);
function getForSystemEngine(compositionObject)
Public Shared Function GetForSystemEngine (compositionObject As Object) As Object

Parameters

compositionObject
Object

Platform::Object

IInspectable

The composition object to get the system engine equivalent for.

Returns

Object

Platform::Object

IInspectable

The system engine equivalent of the composition object.

Applies to

See also