ProcessDiagnosticInfo.GetAppDiagnosticInfos メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IsPackaged プロパティが true の場合は、1 つ以上の AppDiagnosticInfo オブジェクトを取得します。
public:
virtual IVector<AppDiagnosticInfo ^> ^ GetAppDiagnosticInfos() = GetAppDiagnosticInfos;
IVector<AppDiagnosticInfo> GetAppDiagnosticInfos();
public IList<AppDiagnosticInfo> GetAppDiagnosticInfos();
function getAppDiagnosticInfos()
Public Function GetAppDiagnosticInfos () As IList(Of AppDiagnosticInfo)
戻り値
1 つ以上の AppDiagnosticInfo オブジェクトを 返します。
Windows の要件
デバイス ファミリ |
Windows 10 Fall Creators Update (10.0.16299.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v5.0 で導入)
|
注釈
この方法を使用するには、ユーザーの同意が必要になる場合があります。この場合、既定では拒否されます。 同意がない場合、メソッドは現在のアプリのみの情報を返します。 ユーザーは、設定アプリで同意を提供できます。 アプリは、 AppDiagnosticInfo.RequestAccessAsync を呼び出すことによって、プログラムによって同意を要求できます。