CompositionEngine.GetForInProcessEngine(Object) 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.
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
The in-process engine equivalent of the composition object.