Condividi tramite


ILocalControlWrapper.GetGCHandleAsync(CancellationToken) Metodo

Definizione

Restituisce la rappresentazione interna di un GCHandle oggetto che fa riferimento a un oggetto .NET del controllo utente.

public System.Threading.Tasks.Task<long> GetGCHandleAsync (System.Threading.CancellationToken cancellationToken);
abstract member GetGCHandleAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<int64>
Public Function GetGCHandleAsync (cancellationToken As CancellationToken) As Task(Of Long)

Parametri

cancellationToken
CancellationToken

Token di annullamento per la chiamata asincrona.

Restituisce

Rappresentazione intera interna di un GCHandle oggetto che fa riferimento a un oggetto .NET di controllo utente. Attualmente sono supportati solo i controlli utente che estendono WPF FrameworkElement.

Commenti

L'entità GCHandle che restituisce deve impedire l'operazione di Garbage Collection del controllo utente fino a quando non ILocalControlWrapper viene eliminato.

Si applica a