CompositionEngine.GetForSystemEngine(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 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
The system engine equivalent of the composition object.