RemoteParticipantComposingChangedEventArgs Clase

Definición

Proporciona datos al evento RemoteParticipantComposingChanged .

public ref class RemoteParticipantComposingChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class RemoteParticipantComposingChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class RemoteParticipantComposingChangedEventArgs
Public NotInheritable Class RemoteParticipantComposingChangedEventArgs
Herencia
Object Platform::Object IInspectable RemoteParticipantComposingChangedEventArgs
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10 (se introdujo en la versión 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión v1.0)
Características de aplicaciones
chat chatSystem smsSend

Comentarios

El sistema crea una instancia de esta clase y se pasa como argumento al evento RemoteParticipantComposingChanged .

Propiedades

IsComposing

Obtiene un valor booleano que indica si el participante remoto está redactando un mensaje.

ParticipantAddress

Obtiene la dirección del participante del chat remoto.

TransportId

Obtiene el identificador del transporte del mensaje.

Se aplica a