共用方式為


AnalyticsInfo 類別

定義

提供裝置的相關資訊以供分析之用。

public ref class AnalyticsInfo abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AnalyticsInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class AnalyticsInfo
Public Class AnalyticsInfo
繼承
Object Platform::Object IInspectable AnalyticsInfo
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

這是靜態類別。

版本歷程記錄

Windows 版本 SDK 版本 已新增值
1803 17134 GetSystemPropertiesAsync

屬性

DeviceForm

取得執行Windows 10的裝置尺寸。 例如,應用程式可以在手機、平板電腦、桌上型電腦等上執行。

VersionInfo

取得裝置系列的版本資訊。

方法

GetSystemPropertiesAsync(IIterable<String>)

以非同步方式擷取要求的系統屬性。

適用於