DispatcherQueueHandler Delegar
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Um retorno de chamada que será executado no thread DispatcherQueue .
public delegate void DispatcherQueueHandler();
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.Guid(772305577, 20009, 24340, 182, 136, 251, 150, 213, 249, 213, 248)]
public delegate void DispatcherQueueHandler();
[Windows.Foundation.Metadata.Guid(772305577, 20009, 24340, 182, 136, 251, 150, 213, 249, 213, 248)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public delegate void DispatcherQueueHandler();
var dispatcherQueueHandlerHandler = function(){
/* Your code */
}
Public Delegate Sub DispatcherQueueHandler()
- Atributos