DispatcherQueueHandler Delegato
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Callback che verrà eseguito nel 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()
- Attributi