Print3DWorkflowActivatedEventArgs Classe
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 d’impression 3D.
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
- Héritage
- 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)
|
Remarques
Print3DWorkflowActivatedEventArgs est passé au gestionnaire d’événements que vous implémentez pour l’événement d’activation qui se produit lorsque l’application est lancée en tant que workflow pour l’impression en trois dimensions.
Propriétés
Kind |
Obtient le type d’activation. |
PreviousExecutionState |
Obtient l’état d’exécution de l’application avant son activation. |
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. |
Workflow |
Obtient une expérience d’impression personnalisée pour une imprimante 3D. |