AltimeterReading.PerformanceCount 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與讀取相關聯的效能計數。 這可讓讀取與系統上的其他裝置和進程同步處理。
public:
property IReference<TimeSpan> ^ PerformanceCount { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> PerformanceCount();
public System.Nullable<System.TimeSpan> PerformanceCount { get; }
var iReference = altimeterReading.performanceCount;
Public ReadOnly Property PerformanceCount As Nullable(Of TimeSpan)
屬性值
讀取的效能計數。 如果感應器不支援此屬性,則為 Null。
Windows 需求
裝置系列 |
Windows 10 Fall Creators Update (已於 10.0.16299.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v5.0 引進)
|