Share via


XamlBackgroundReader.StartThread Méthode

Définition

Crée et démarre un nouveau Thread (construit à partir de ParameterizedThreadStart) qui gère un thread nommé pour le XamlReader.

Surcharges

StartThread()

Crée et démarre un nouveau Thread (construit à partir de ParameterizedThreadStart) qui gère un thread nommé pour le XamlReader.

StartThread(String)

Crée et démarre un nouveau Thread (construit à partir de ParameterizedThreadStart) qui gère un thread nommé pour le XamlReader. Vous spécifiez le nom de thread comme un paramètre.

StartThread()

Crée et démarre un nouveau Thread (construit à partir de ParameterizedThreadStart) qui gère un thread nommé pour le XamlReader.

public:
 void StartThread();
public void StartThread ();
member this.StartThread : unit -> unit
Public Sub StartThread ()

Exceptions

Le thread a déjà démarré.

Remarques

Par défaut, le thread est nommé XAML reader thread.

S’applique à

StartThread(String)

Crée et démarre un nouveau Thread (construit à partir de ParameterizedThreadStart) qui gère un thread nommé pour le XamlReader. Vous spécifiez le nom de thread comme un paramètre.

public:
 void StartThread(System::String ^ threadName);
public void StartThread (string threadName);
member this.StartThread : string -> unit
Public Sub StartThread (threadName As String)

Paramètres

threadName
String

Nom du thread.

Exceptions

Le thread a déjà démarré.

S’applique à