Compartir a través de


RemoteSystemSessionParticipantRemovedEventArgs Clase

Definición

Contiene información sobre un evento RemoteSystemSessionParticipantWatcher.Removed , es decir, el participante que se quitó de la sesión.

public ref class RemoteSystemSessionParticipantRemovedEventArgs 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 RemoteSystemSessionParticipantRemovedEventArgs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class RemoteSystemSessionParticipantRemovedEventArgs 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 RemoteSystemSessionParticipantRemovedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class RemoteSystemSessionParticipantRemovedEventArgs
Public NotInheritable Class RemoteSystemSessionParticipantRemovedEventArgs
Herencia
Object Platform::Object IInspectable RemoteSystemSessionParticipantRemovedEventArgs
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 Creators Update (se introdujo en la versión 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v4.0)
Características de aplicaciones
remoteSystem

Comentarios

Se crea una instancia de esta clase cada vez que se genera remoteSystemSessionParticipantWatcher.Removed y los métodos registrados en este evento deben controlarla.

Propiedades

Participant

Obtiene el participante que se quitó de la sesión remota.

Se aplica a