IPrint3DWorkflowActivatedEventArgs Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des informations sur un événement qui se produit lorsque l’application est lancée en tant que workflow pour l’impression en trois dimensions.
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
- Dérivé
- Attributs
- Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows Desktop Extension SDK (introduit dans 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduit dans v1.0)
|
Propriétés
Kind |
Obtient la raison pour laquelle cette application est activée. (Hérité de IActivatedEventArgs) |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant cette activation. (Hérité de IActivatedEventArgs) |
SplashScreen |
Obtient l’objet d’écran de démarrage qui fournit des informations sur la transition de l’écran de démarrage à l’application activée. (Hérité de IActivatedEventArgs) |
Workflow |
Obtient le flux de travail que l’application doit utiliser pour l’impression en trois dimensions. |