RemoteParticipantComposingChangedEventArgs 类

定义

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
继承
Object Platform::Object IInspectable RemoteParticipantComposingChangedEventArgs
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
chat chatSystem smsSend

注解

此类的实例由系统创建,并作为参数传递给 RemoteParticipantComposingChanged 事件。

属性

IsComposing

获取一个布尔值,该值指示远程参与者当前是否正在撰写消息。

ParticipantAddress

获取远程聊天参与者的地址。

TransportId

获取消息传输的 ID。

适用于