LineDisplayStatisticsCategorySelector
LineDisplayStatisticsCategorySelector
LineDisplayStatisticsCategorySelector
LineDisplayStatisticsCategorySelector
Class
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Represents a standard statistics category selector.
public : sealed class LineDisplayStatisticsCategorySelector : ILineDisplayStatisticsCategorySelectorpublic sealed class LineDisplayStatisticsCategorySelector : ILineDisplayStatisticsCategorySelectorPublic NotInheritable Class LineDisplayStatisticsCategorySelector Implements ILineDisplayStatisticsCategorySelector// You can use this class in JavaScript.
- Attributes
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Properties
AllStatistics AllStatistics AllStatistics AllStatistics
Prerelease. Retrieves all device statistics when provided to ClaimedLineDisplay.GetStatisticsAsync(IEnumerable.
public : PlatForm::String AllStatistics { get; }public string AllStatistics { get; }Public ReadOnly Property AllStatistics As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The UnifiedPOS value for retrieving all statistics from a device.
Remarks
ManufacturerStatistics ManufacturerStatistics ManufacturerStatistics ManufacturerStatistics
Prerelease. Retrieves manufacturer-defined statistics when provided to [ClaimedLineDisplay.GetStatisticsAsync(IEnumerable
public : PlatForm::String ManufacturerStatistics { get; }public string ManufacturerStatistics { get; }Public ReadOnly Property ManufacturerStatistics As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The UnifiedPOS value for retrieving manufacturer-defined statistics from a device.
Remarks
UnifiedPosStatistics UnifiedPosStatistics UnifiedPosStatistics UnifiedPosStatistics
Prerelease. Retrieves UnifiedPOS statistics when provided to ClaimedLineDisplay.GetStatisticsAsync(IEnumerable.
public : PlatForm::String UnifiedPosStatistics { get; }public string UnifiedPosStatistics { get; }Public ReadOnly Property UnifiedPosStatistics As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The UnifiedPOS value for retrieving UnifiedPOS statistics from a device.