ChatMessage.ShouldSuppressNotification 属性

定义

获取或设置一个布尔值,该值指示是否应取消接收 ChatMessage 的通知。

public:
 property bool ShouldSuppressNotification { bool get(); void set(bool value); };
bool ShouldSuppressNotification();

void ShouldSuppressNotification(bool value);
public bool ShouldSuppressNotification { get; set; }
var boolean = chatMessage.shouldSuppressNotification;
chatMessage.shouldSuppressNotification = boolean;
Public Property ShouldSuppressNotification As Boolean

属性值

Boolean

bool

一个布尔值,指示是否应取消接收 ChatMessage 的通知。

Windows 要求

应用功能
chat chatSystem smsSend

适用于