DebuggerInteractionEvent.NativeThreadId 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 l'ID de thread natif pour le thread où l'DebuggerInteractionEvent s'est produit.
public:
property int NativeThreadId { int get(); };
public:
property int NativeThreadId { int get(); };
public int NativeThreadId { get; }
member this.NativeThreadId : int
Public ReadOnly Property NativeThreadId As Integer