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

適用於