次の方法で共有


ChatMessage.IsReplyDisabled プロパティ

定義

ChatMessage で応答が無効になっているかどうかを示すブール値を取得します。

public:
 property bool IsReplyDisabled { bool get(); };
bool IsReplyDisabled();
public bool IsReplyDisabled { get; }
var boolean = chatMessage.isReplyDisabled;
Public ReadOnly Property IsReplyDisabled As Boolean

プロパティ値

Boolean

bool

ChatMessage で応答が無効になっているかどうかを示すブール値。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象