XamlBackgroundReader.StartThread Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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é.