Condividi tramite


Print3DWorkflowActivatedEventArgs.SplashScreen Proprietà

Definizione

Ottiene l'oggetto schermata iniziale che fornisce informazioni sulla transizione dalla schermata iniziale all'app attivata.

public:
 property SplashScreen ^ SplashScreen { SplashScreen ^ get(); };
SplashScreen SplashScreen();
public SplashScreen SplashScreen { get; }
var splashScreen = print3DWorkflowActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen

Valore della proprietà

Oggetto che fornisce informazioni sulla schermata iniziale.

Implementazioni

Si applica a

Vedi anche