RemoteSystemSessionValueSetReceivedEventArgs 类

定义

包含有关引发的 RemoteSystemSessionMessageChannel.ValueSetReceived 事件的信息,即收到的消息。

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
继承
Object Platform::Object IInspectable RemoteSystemSessionValueSetReceivedEventArgs
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)
应用功能
remoteSystem

注解

每当引发 RemoteSystemSessionMessageChannel.ValueSetReceived 事件时,都会实例化此类,并且它应由注册到此事件 () 的方法进行处理。

属性

Message

获取通道接收的消息的内容。

Sender

获取将消息发送到通道并导致引发此 ValueSetReceived 事件的远程会话参与者。

适用于