次の方法で共有


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

適用対象