LineDisplayStatisticsCategorySelector.ManufacturerStatistics 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在提供给 [ClaimedLineDisplay.GetStatisticsAsync (IEnumerable) ] (claimedlinedisplay_getstatisticsasync_980600774.md 时检索制造商定义的统计信息。
public:
property Platform::String ^ ManufacturerStatistics { Platform::String ^ get(); };
winrt::hstring ManufacturerStatistics();
public string ManufacturerStatistics { get; }
var string = lineDisplayStatisticsCategorySelector.manufacturerStatistics;
Public ReadOnly Property ManufacturerStatistics As String
属性值
用于从设备检索制造商定义的统计信息的 UnifiedPOS 值。
注解
ClaimedLineDisplay.GetStatisticsAsync (IEnumerable<字符串) >