SplashScreen Konstruktory

Definice

Inicializuje novou instanci SplashScreen třídy.

Přetížení

Name Description
SplashScreen(String)

Inicializuje novou instanci SplashScreen třídy se zadaným prostředkem.

SplashScreen(Assembly, String)

Inicializuje novou instanci SplashScreen třídy se zadaným sestavením prostředků.

SplashScreen(String)

Inicializuje novou instanci SplashScreen třídy se zadaným prostředkem.

public:
 SplashScreen(System::String ^ resourceName);
public SplashScreen(string resourceName);
[System.Security.SecurityCritical]
public SplashScreen(string resourceName);
new System.Windows.SplashScreen : string -> System.Windows.SplashScreen
[<System.Security.SecurityCritical>]
new System.Windows.SplashScreen : string -> System.Windows.SplashScreen
Public Sub New (resourceName As String)

Parametry

resourceName
String

Název vloženého prostředku.

Atributy

Poznámky

Parametr resourceName se řídí obvyklými pravidly pro vložené prostředky. Další informace najdete ve třídě ResourceManager. Parametr resourceName určuje název souboru prostředků, nikoli identifikátor URI.

Viz také

Platí pro

SplashScreen(Assembly, String)

Inicializuje novou instanci SplashScreen třídy se zadaným sestavením prostředků.

public:
 SplashScreen(System::Reflection::Assembly ^ resourceAssembly, System::String ^ resourceName);
[System.Security.SecurityCritical]
public SplashScreen(System.Reflection.Assembly resourceAssembly, string resourceName);
public SplashScreen(System.Reflection.Assembly resourceAssembly, string resourceName);
[<System.Security.SecurityCritical>]
new System.Windows.SplashScreen : System.Reflection.Assembly * string -> System.Windows.SplashScreen
new System.Windows.SplashScreen : System.Reflection.Assembly * string -> System.Windows.SplashScreen
Public Sub New (resourceAssembly As Assembly, resourceName As String)

Parametry

resourceAssembly
Assembly

Sestavení, které obsahuje vložený prostředek.

resourceName
String

Název vloženého prostředku.

Atributy

Poznámky

Parametry a resourceAssembly parametry resourceName se řídí obvyklými pravidly pro vložené prostředky. Další informace najdete ve třídě ResourceManager. Parametr resourceName určuje název souboru prostředků, nikoli identifikátor URI.

Viz také

Platí pro