共用方式為


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 事件的遠端會話參與者。

適用於