IPrint3DWorkflowActivatedEventArgs Schnittstelle
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 Informationen zu einem Ereignis bereit, das auftritt, wenn die App als Workflow für das dreidimensionale Drucken gestartet wird.
public interface class IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
struct IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1062725515, 62124, 17945, 131, 2, 239, 133, 94, 28, 155, 144)]
public interface IPrint3DWorkflowActivatedEventArgs : IActivatedEventArgs
Public Interface IPrint3DWorkflowActivatedEventArgs
Implements IActivatedEventArgs
- Abgeleitet
- 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)
|
Eigenschaften
Kind |
Ruft den Grund ab, aus dem diese App aktiviert wird. (Geerbt von IActivatedEventArgs) |
PreviousExecutionState |
Ruft den Ausführungsstatus der App vor dieser Aktivierung ab. (Geerbt von IActivatedEventArgs) |
SplashScreen |
Ruft das Begrüßungsbildschirmobjekt ab, das Informationen zum Übergang vom Begrüßungsbildschirm zur aktivierten App bereitstellt. (Geerbt von IActivatedEventArgs) |
Workflow |
Ruft den Workflow ab, den die App für das dreidimensionale Drucken verwenden soll. |