Proprietà GetMuteOperation.Completed
[La funzionalità associata a questa pagina, l'API Windows Media Streaming, è una funzionalità legacy. È stato sostituito da Media Casting. Il cast multimediale è stato ottimizzato per Windows 10 e Windows 11. Microsoft consiglia vivamente che il nuovo codice usi Media Casting anziché l'API Windows Media Streaming, quando possibile. Microsoft suggerisce che il codice esistente che usa le API legacy venga riscritto per usare le nuove API, se possibile.
Ottiene o imposta un gestore eventi richiamato al termine dell'operazione asincrona avviata da GetMuteAsync .
Si tratta di una proprietà di lettura/scrittura.
Sintassi
HRESULT put_Completed(
[in] GetMuteCompletedHandler *value
);
HRESULT get_Completed(
[out] GetMuteCompletedHandler **value
);
Valore proprietà
Gestore eventi.
Vedi anche