SplashScreen Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SplashScreen.

Przeciążenia

SplashScreen(String)

Inicjuje SplashScreen nowe wystąpienie klasy przy użyciu określonego zasobu.

SplashScreen(Assembly, String)

Inicjuje SplashScreen nowe wystąpienie klasy przy użyciu określonego zestawu zasobów.

SplashScreen(String)

Inicjuje SplashScreen nowe wystąpienie klasy przy użyciu określonego zasobu.

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

Nazwa zasobu osadzonego.

Atrybuty

Uwagi

Parametr resourceName jest zgodny ze zwykłymi regułami dotyczącymi zasobów osadzonych. Aby uzyskać więcej informacji, zobacz klasę ResourceManager . Parametr resourceName określa nazwę pliku zasobu, a nie identyfikator URI.

Zobacz też

Dotyczy

SplashScreen(Assembly, String)

Inicjuje SplashScreen nowe wystąpienie klasy przy użyciu określonego zestawu zasobów.

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

Zestaw zawierający zasób osadzony.

resourceName
String

Nazwa zasobu osadzonego.

Atrybuty

Uwagi

Parametry resourceAssembly i resourceName są zgodne ze zwykłymi regułami dotyczącymi zasobów osadzonych. Aby uzyskać więcej informacji, zobacz klasę ResourceManager . Parametr resourceName określa nazwę pliku zasobu, a nie identyfikator URI.

Zobacz też

Dotyczy