Print3DWorkflowStatus Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den status der Print3DWorkflow-Klasse an.
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
- Vererbung
-
Print3DWorkflowStatus
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
Windows 10 (eingeführt in 10.0.10586.0 - for Xbox, see UWP features that aren't yet supported on Xbox) |
API contract |
Windows.Devices.Printers.Extensions.ExtensionsContract (eingeführt in v1.0)
Windows.Foundation.UniversalApiContract (eingeführt in v2.0) |
Felder
Abandoned | 0 | Die Druckerfahrung wurde aufgegeben. |
Canceled | 1 | Der Druckvorgang wurde abgebrochen. |
Failed | 2 | Fehler bei der Druckanforderung. |
Slicing | 3 | Das Objekt wird in Vorbereitung für den Druck licing. |
Submitted | 4 | Die Druckanforderung wurde übermittelt. |