共用方式為


SysHolographicRuntimeRegistration.MakeActiveAsync 方法

定義

讓系統的全像攝影執行時間成為使用中執行時間。 此 API 僅適用于 Windows 作業系統的元件。

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

傳回

一旦作用中執行時間變更完成,就會觸發的作業。

屬性

備註

Windows 作業系統元件以外的所有進程在執行時間呼叫這些 API 將會失敗。 未來 Windows 版本中可能會修改或移除這些 API。

適用於