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 이벤트를 발생시킨 원격 세션 참가자를 가져옵니다.

적용 대상