Share via


ThreadDestroyEvent.ManagedThreadId Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the managed thread identifier for the thread.

Namespace:  Microsoft.VisualStudio.TraceLog
Assembly:  Microsoft.VisualStudio.TraceLog (in Microsoft.VisualStudio.TraceLog.dll)

Syntax

'Declaration
Public Property ManagedThreadId As Long
    Get
    Private Set
'Usage
Dim instance As ThreadDestroyEvent
Dim value As Long

value = instance.ManagedThreadId
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

See Also

Reference

ThreadDestroyEvent Class

ThreadDestroyEvent Members

Microsoft.VisualStudio.TraceLog Namespace