Freigeben über


Print3DWorkflowActivatedEventArgs Klasse

Definition

Stellt Informationen zu einem Ereignis bereit, das auftritt, wenn die App als 3D-Druckworkflow gestartet wird.

public ref class Print3DWorkflowActivatedEventArgs sealed : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class Print3DWorkflowActivatedEventArgs final : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class Print3DWorkflowActivatedEventArgs : IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
Public NotInheritable Class Print3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs, IPrint3DWorkflowActivatedEventArgs
Vererbung
Object Platform::Object IInspectable Print3DWorkflowActivatedEventArgs
Attribute
Implementiert

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ActivatedEventsContract (eingeführt in v1.0)

Hinweise

Print3DWorkflowActivatedEventArgs wird an den Ereignishandler übergeben, den Sie für das Aktivierungsereignis implementieren, das auftritt, wenn die App als Workflow für den dreidimensionalen Druck gestartet wird.

Eigenschaften

Kind

Ruft den Aktivierungstyp ab.

PreviousExecutionState

Ruft den Ausführungsstatus der App ab, bevor sie aktiviert wurde.

SplashScreen

Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt.

Workflow

Ruft eine benutzerdefinierte Druckoberfläche für einen 3D-Drucker ab.

Gilt für:

Weitere Informationen