UiSynchronizationContext.Current Propriedade
Definição
Cuidado
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Obtém o contexto de sincronização do thread atual.Gets the synchronization context for the current thread.
public:
static property System::Threading::SynchronizationContext ^ Current { System::Threading::SynchronizationContext ^ get(); void set(System::Threading::SynchronizationContext ^ value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public static System.Threading.SynchronizationContext Current { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.Current : System.Threading.SynchronizationContext with get, set
Public Shared Property Current As SynchronizationContext
Valor da propriedade
Retorna SynchronizationContext.Returns SynchronizationContext.
O contexto de sincronização para o thread atual.The synchronization context for the current thread.
- Atributos