PosPrinterStatus 类

定义

提供有关服务点打印机状态的信息,例如打印机的电源状态。

public ref class PosPrinterStatus sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PosPrinterStatus final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PosPrinterStatus
Public NotInheritable Class PosPrinterStatus
继承
Object Platform::Object IInspectable PosPrinterStatus
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

可以使用 PosPrinter.Status 或 PosPrinterStatusUpdatedEventArgs.Status 属性获取 PosPrinterStatus

属性

ExtendedStatus

获取有关原始设备制造商 (OEM) 定义的服务点打印机电源状态的扩展信息。 仅当 PosPrinterStatus.StatusKind 属性为 PosPrinterStatusKind.Extended 时,值才有效。

StatusKind

获取服务点打印机的电源状态。

适用于