MarkupCompilePass1.SplashScreen Property

Definition

Gets or sets the splash screen image to be displayed before application initialization.

This API supports the product infrastructure and is not intended to be used directly from your 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()

Property Value

The splash screen image.

Applies to