Share via


Print3DWorkflowStatus 열거형

정의

Print3DWorkflow 클래스의 상태 지정합니다.

public enum class Print3DWorkflowStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
enum class Print3DWorkflowStatus
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class Print3DWorkflowStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
public enum Print3DWorkflowStatus
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum Print3DWorkflowStatus
var value = Windows.Devices.Printers.Extensions.Print3DWorkflowStatus.abandoned
Public Enum Print3DWorkflowStatus
상속
Print3DWorkflowStatus
특성

Windows 요구 사항

디바이스 패밀리
Windows Desktop Extension SDK (10.0.10240.0에서 도입되었습니다.)
Windows 10 (10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Devices.Printers.Extensions.ExtensionsContract (v1.0에서 도입되었습니다.)
Windows.Foundation.UniversalApiContract (v2.0에서 도입되었습니다.)

필드

Abandoned 0

인쇄 환경이 중단되었습니다.

Canceled 1

인쇄 환경이 취소되었습니다.

Failed 2

인쇄 요청이 실패했습니다.

Slicing 3

개체는 인쇄를 준비하기 위해 조각화 중입니다.

Submitted 4

인쇄 요청이 제출되었습니다.

적용 대상