ThreadNameChangedEvent.ManagedThreadId Property
Gets the managed thread ID for the thread.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Déclaration
Public Property ManagedThreadId As Long
Get
Private Set
public long ManagedThreadId { get; private set; }
public:
property long long ManagedThreadId {
long long get ();
private: void set (long long value);
}
member ManagedThreadId : int64 with get, private set
function get ManagedThreadId () : long
private function set ManagedThreadId (value : long)
Property Value
Type: System.Int64
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.