RemoteSystemSessionValueSetReceivedEventArgs Klasse

Definition

Enthält Informationen zu einem ausgelösten RemoteSystemSessionMessageChannel.ValueSetReceived-Ereignis , nämlich die empfangene Nachricht.

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
Vererbung
Object Platform::Object IInspectable RemoteSystemSessionValueSetReceivedEventArgs
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Creators Update (eingeführt in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v4.0)
App-Funktionen
remoteSystem

Hinweise

Diese Klasse wird instanziiert, wenn das RemoteSystemSessionMessageChannel.ValueSetReceived-Ereignis ausgelöst wird, und es sollte von den für dieses Ereignis registrierten Methoden behandelt werden.

Eigenschaften

Message

Ruft den Inhalt der vom Kanal empfangenen Nachricht ab.

Sender

Ruft den Remotesitzungsteilnehmer ab, der die Nachricht an den Kanal gesendet und dieses ValueSetReceived-Ereignis ausgelöst hat.

Gilt für: