AppDiagnosticInfoWatcher 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
可讓您監視應用程式的診斷資訊,並在從執行中的應用程式清單中新增或移除應用程式時收到通知。
public ref class AppDiagnosticInfoWatcher sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppDiagnosticInfoWatcher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppDiagnosticInfoWatcher
Public NotInheritable Class AppDiagnosticInfoWatcher
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|
應用程式功能 |
appDiagnostics
|
屬性
Status |
取得此 AppDiagnosticInfoWatcher 狀態。 |
方法
Start() |
在執行中的應用程式清單中,執行狀態變更或應用程式變更時,開始引發事件。 |
Stop() |
當執行狀態變更或應用程式在執行中的應用程式清單中變更時,停止引發事件。 |
事件
Added |
將應用程式新增至執行中應用程式清單時所引發的事件。 |
EnumerationCompleted |
當監看員完成列舉可供監視的執行中應用程式清單時引發。 |
Removed |
從執行中的應用程式清單中移除其中一個應用程式時引發。 |
Stopped |
此 AppDiagnosticInfoWatcher 停止監看變更時引發的事件。 |