RemoteSystemSessionParticipantAddedEventArgs Klasse

Definition

Enthält Informationen zu einem RemoteSystemSessionParticipantWatcher.Added-Ereignis , nämlich dem Teilnehmer, der der Sitzung hinzugefügt wurde.

public ref class RemoteSystemSessionParticipantAddedEventArgs 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 RemoteSystemSessionParticipantAddedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemSessionParticipantAddedEventArgs 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 RemoteSystemSessionParticipantAddedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemSessionParticipantAddedEventArgs
Public NotInheritable Class RemoteSystemSessionParticipantAddedEventArgs
Vererbung
Object Platform::Object IInspectable RemoteSystemSessionParticipantAddedEventArgs
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 RemoteSystemSessionParticipantWatcher.Added ausgelöst wird, und sie sollte von den Für dieses Ereignis registrierten Methoden behandelt werden.

Eigenschaften

Participant

Ruft den Teilnehmer ab, der der Remotesitzung hinzugefügt wurde.

Gilt für: