次の方法で共有


ChatMessage.IsRead プロパティ

定義

メッセージが読み取られたかどうかを示すブール値を取得します。

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

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

プロパティ値

Boolean

bool

メッセージが読み取られたかどうかを示すブール値。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象