MediaPlayerDataReceivedEventArgs Classe

Définition

Fournit des données pour les événements MessageReceivedFromBackground et MessageReceivedFromForeground .

public ref class MediaPlayerDataReceivedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class MediaPlayerDataReceivedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class MediaPlayerDataReceivedEventArgs
Public NotInheritable Class MediaPlayerDataReceivedEventArgs
Héritage
Object Platform::Object IInspectable MediaPlayerDataReceivedEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Remarques

Obtenez un instance de cette classe en gérant les événements MessageReceivedFromBackground et MessageReceivedFromForeground.

Propriétés

Data

Obtient les données de l’événement MessageReceivedFromBackground ou MessageReceivedFromForeground .

S’applique à