PlatformDiagnosticsAndUsageDataSettings.CanCollectDiagnostics 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回布林值,指出是否可啟用要求的資料收集層級。
public:
static bool CanCollectDiagnostics(PlatformDataCollectionLevel level);
static bool CanCollectDiagnostics(PlatformDataCollectionLevel const& level);
public static bool CanCollectDiagnostics(PlatformDataCollectionLevel level);
function canCollectDiagnostics(level)
Public Shared Function CanCollectDiagnostics (level As PlatformDataCollectionLevel) As Boolean
參數
所需的資料收集層級。
傳回
Boolean
bool
如果可以啟用要求的資料收集層級,則傳回 true,否則傳回 false。