Thread.Name Propriété
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.
Obtient ou définit le nom du thread.
public:
property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public string? Name { get; set; }
public string Name { get; set; }
member this.Name : string with get, set
Public Property Name As String
Valeur de propriété
Chaîne contenant le nom du thread ou null
si aucun nom n'a été défini.
Exceptions
.NET 5 et versions antérieures uniquement : une opération set a été demandée, mais la Name
propriété a déjà été définie.
Remarques
Dans .NET 5 et les versions antérieures, cette propriété est en écriture unique. Dans ces versions, étant donné que la valeur par défaut de la propriété d’un Name thread est null
, vous pouvez déterminer si un nom a déjà été explicitement attribué au thread en le comparant à null
.
La chaîne affectée à la Name propriété peut inclure n’importe quel caractère Unicode.