CompositionEngine.GetForInProcessEngine(Object) Method

Definition

Gets the in-process engine equivalent of the specified composition object.

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

Parameters

compositionObject
Object

Platform::Object

IInspectable

The composition object to get the in-process engine equivalent for.

Returns

Object

Platform::Object

IInspectable

The in-process engine equivalent of the composition object.

Applies to

See also