다음을 통해 공유


ThreadNameChangedEvent.ThreadName Property

Gets the new name of the thread.

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

Syntax

‘선언
Public Property ThreadName As String
    Get
    Private Set
public string ThreadName { get; private set; }
public:
property String^ ThreadName {
    String^ get ();
    private: void set (String^ value);
}
member ThreadName : string with get, private set
function get ThreadName () : String
private function set ThreadName (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ThreadNameChangedEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace