共用方式為


LightSensorReading.PerformanceCount 屬性

定義

取得與讀取相關聯的效能計數。 這可讓讀取與系統上的其他裝置和進程同步處理。

public:
 property IReference<TimeSpan> ^ PerformanceCount { IReference<TimeSpan> ^ get(); };
IReference<TimeSpan> PerformanceCount();
public System.Nullable<System.TimeSpan> PerformanceCount { get; }
var iReference = lightSensorReading.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 引進)

適用於