RemoteSystemSessionValueSetReceivedEventArgs Classe

Définition

Contient des informations sur un événement RemoteSystemSessionMessageChannel.ValueSetReceived qui a été déclenché, à savoir le message reçu.

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

Configuration requise pour Windows

Famille d’appareils
Windows 10 Creators Update (introduit dans 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
Fonctionnalités de l’application
remoteSystem

Remarques

Cette classe est instanciée chaque fois que l’événement RemoteSystemSessionMessageChannel.ValueSetReceived est déclenché, et il doit être géré par la ou les méthodes inscrites à cet événement.

Propriétés

Message

Obtient le contenu du message reçu par le canal.

Sender

Obtient le participant à la session à distance qui a envoyé le message au canal et provoqué la levée de cet événement ValueSetReceived .

S’applique à