AnalyticsInfo Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Informationen zum Gerät zu Profilerstellungszwecken bereit.
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
- Vererbung
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
Hinweise
Dies ist eine statische Klasse.
Versionsverlauf
Windows-Version | SDK-Version | Mehrwert |
---|---|---|
1803 | 17134 | GetSystemPropertiesAsync |
Eigenschaften
DeviceForm |
Ruft den Geräteformfaktor ab, der Windows 10 ausgeführt wird. Die App kann beispielsweise auf einem Smartphone, Tablet, Desktop usw. ausgeführt werden. |
VersionInfo |
Ruft Versionsinformationen zur Gerätefamilie ab. |
Methoden
GetSystemPropertiesAsync(IIterable<String>) |
Ruft die angeforderten Systemattribute asynchron ab. |