Condividi tramite


XamlBackgroundReader.StartThread Metodo

Definizione

Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader.

Overload

StartThread()

Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader.

StartThread(String)

Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader. Si specifica il nome del thread come parametro.

StartThread()

Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader.

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

Eccezioni

Thread già iniziato.

Commenti

Per impostazione predefinita, il thread è denominato XAML reader thread.

Si applica a

StartThread(String)

Crea e avvia un nuovo oggetto Thread (costruito da ParameterizedThreadStart) che gestisce un thread denominato per l'oggetto XamlReader. Si specifica il nome del thread come parametro.

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

Parametri

threadName
String

Nome del thread.

Eccezioni

Thread già iniziato.

Si applica a