संपादित करें

इसके माध्यम से साझा किया गया


UiSynchronizationContext.ManagedUiThreadId Property

Definition

Caution

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets a unique identifier for the current managed thread.

public:
 static property int ManagedUiThreadId { int get(); void set(int value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static int ManagedUiThreadId { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
static member ManagedUiThreadId : int with get, set
Public Shared Property ManagedUiThreadId As Integer

Property Value

Returns Int32.

An integer that represents a unique identifier for this managed thread.

Attributes

Applies to