ServiceRequestedEventHandler 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.
Rappresenta il metodo che gestisce i dati passati da MediaProtectionManager al termine dell'operazione di ripresa.
public delegate void ServiceRequestedEventHandler(MediaProtectionManager ^ sender, ServiceRequestedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3537277114, 51913, 18657, 149, 192, 211, 132, 149, 168, 64, 85)]
class ServiceRequestedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3537277114, 51913, 18657, 149, 192, 211, 132, 149, 168, 64, 85)]
public delegate void ServiceRequestedEventHandler(MediaProtectionManager sender, ServiceRequestedEventArgs e);
var serviceRequestedEventHandlerHandler = function(sender, e){
/* Your code */
}
Public Delegate Sub ServiceRequestedEventHandler(sender As MediaProtectionManager, e As ServiceRequestedEventArgs)
Parametri
- sender
- MediaProtectionManager
Contiene l'oggetto MediaProtectionManager che richiede il servizio.
Contiene i dati dell'evento per un oggetto MediaProtectionManager quando viene richiesto un servizio.
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10 (è stato introdotto in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)
|