Partager via


MarkupCompilePass1.SplashScreen Propriété

Définition

Obtient ou définit l'image de l'écran de démarrage à afficher avant l'initialisation de l'application.

Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.

public:
 property cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ SplashScreen { cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ get(); void set(cli::array <Microsoft::Build::Framework::ITaskItem ^> ^ value); };
public Microsoft.Build.Framework.ITaskItem[] SplashScreen { get; set; }
member this.SplashScreen : Microsoft.Build.Framework.ITaskItem[] with get, set
Public Property SplashScreen As ITaskItem()

Valeur de propriété

Image de l'écran de démarrage.

S’applique à