ChatMessageStoreChangedEventArgs 类

定义

提供 ChatMessageStoreChanged 事件的数据。

public ref class ChatMessageStoreChangedEventArgs 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 ChatMessageStoreChangedEventArgs 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 ChatMessageStoreChangedEventArgs
Public NotInheritable Class ChatMessageStoreChangedEventArgs
继承
Object Platform::Object IInspectable ChatMessageStoreChangedEventArgs
属性

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

注解

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

属性

Id

获取已更改的 对象的 ID。

Kind

获取发生的更改的类型。

适用于