PlatformDiagnosticActions.TryEscalateScenario メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
必要に応じてシナリオを実行してみてください。
public:
static bool TryEscalateScenario(Platform::Guid scenarioId, PlatformDiagnosticEscalationType escalationType, Platform::String ^ outputDirectory, bool timestampOutputDirectory, bool forceEscalationUpload, IMapView<Platform::String ^, Platform::String ^> ^ triggers);
static bool TryEscalateScenario(winrt::guid const& scenarioId, PlatformDiagnosticEscalationType const& escalationType, winrt::hstring const& outputDirectory, bool const& timestampOutputDirectory, bool const& forceEscalationUpload, IMapView<winrt::hstring, winrt::hstring const&> const& triggers);
public static bool TryEscalateScenario(Guid scenarioId, PlatformDiagnosticEscalationType escalationType, string outputDirectory, bool timestampOutputDirectory, bool forceEscalationUpload, IReadOnlyDictionary<string,string> triggers);
function tryEscalateScenario(scenarioId, escalationType, outputDirectory, timestampOutputDirectory, forceEscalationUpload, triggers)
Public Shared Function TryEscalateScenario (scenarioId As Guid, escalationType As PlatformDiagnosticEscalationType, outputDirectory As String, timestampOutputDirectory As Boolean, forceEscalationUpload As Boolean, triggers As IReadOnlyDictionary(Of String, String)) As Boolean
パラメーター
- scenarioId
-
Guid
Platform::Guid
winrt::guid
シナリオ識別子。
- escalationType
- PlatformDiagnosticEscalationType
エスカレーションの種類。
- outputDirectory
-
String
Platform::String
winrt::hstring
診断データが格納される場所へのパス。
- timestampOutputDirectory
-
Boolean
bool
True を指定 すると、診断データがディレクトリに書き込まれるときに出力ディレクトリのタイムスタンプが反映されます。それ以外の場合 は false 。
- forceEscalationUpload
-
Boolean
bool
診断シナリオがデバイスで見つからない場合、 true は エスカレーション シナリオのアップロードを開始します。
トリガーとプロパティのペアのディクショナリ。 形式は "$(T,P)=V です。T はトリガー、P はプロパティ、V は値です。 たとえば、{""$(T1,Filename)=c:\foo.dat"} は、接続されたユーザー エクスペリエンスとテレメトリ コンポーネントが、$(T1,FileName) を指定する任意のアクションで c:\foo.dat に置き換わることを意味します。
戻り値
Boolean
bool
True は 、シナリオがエスカレートされたことを示します。 false、それ以外の場合は 。