SysHolographicRuntimeRegistration.MakeActiveAsync Method

Definition

Make the system's holographic runtime the active runtime. This API is available only to components of the Windows operating system.

public:
 virtual IAsyncAction ^ MakeActiveAsync() = MakeActiveAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction MakeActiveAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction MakeActiveAsync();
function makeActiveAsync()
Public Function MakeActiveAsync () As IAsyncAction

Returns

An operation that triggers once the active runtime change is complete.

Attributes

Remarks

Calls to these APIs will fail at runtime for all processes other than components of the Windows operating system. These APIs may be modified or removed in future Windows releases.

Applies to