次の方法で共有


IsolatedAppLauncherTelemetryParameters 構造体 (isolatedapplauncher.h)

コンテナー内でアプリを起動するときに使用するテレメトリ パラメーターを提供する構造体。

構文

typedef struct _IsolatedAppLauncherTelemetryParameters {
  BOOL EnableForLaunch;
  GUID CorrelationGUID;
} IsolatedAppLauncherTelemetryParameters;

メンバー

EnableForLaunch

EnableForLaunch フィールドは、起動に対してテレメトリが有効になっているかどうかを示すブール値です。

CorrelationGUID

CorrelationGUID フィールドは、テレメトリ イベントを関連付けるために使用される GUID です。

解説

警告

これは非推奨の API です。

要件

要件
Header isolatedapplauncher.h

こちらもご覧ください

IIsolatedAppLauncher