Print3DWorkflow Klasse
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.
Stellt eine benutzerdefinierte Druckoberfläche für einen 3D-Drucker dar.
public ref class Print3DWorkflow sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Devices.Printers.Extensions.ExtensionsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Print3DWorkflow final
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
class Print3DWorkflow final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Devices.Printers.Extensions.ExtensionsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Print3DWorkflow
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public sealed class Print3DWorkflow
Public NotInheritable Class Print3DWorkflow
- Vererbung
- 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) |
Hinweise
Versionsverlauf
Windows-Version | SDK-Version | Mehrwert |
---|---|---|
1607 | 14393 | PrinterChanged |
Eigenschaften
DeviceID |
Ruft den Gerätebezeichner des 3D-Druckers ab. |
IsPrintReady |
Ruft einen Wert ab, der angibt, dass das 3D-Objekt druckbereit ist und keine weitere Benutzerinteraktion erforderlich ist, oder legt diesen fest. |
Methoden
GetPrintModelPackage() |
Ruft das Modell des zu druckenden 3D-Objekts ab. |
Ereignisse
PrinterChanged |
Tritt auf, wenn der Benutzer den angegebenen 3D-Drucker ändert. |
PrintRequested |
Tritt auf, wenn der Benutzer das Drucken initiiert. |