IChatItem.ItemKind プロパティ

定義

メッセージや会話など、チャット アイテムの種類を取得します。

public:
 property ChatItemKind ItemKind { ChatItemKind get(); };
ChatItemKind ItemKind();
public ChatItemKind ItemKind { get; }
var chatItemKind = iChatItem.itemKind;
Public ReadOnly Property ItemKind As ChatItemKind

プロパティ値

チャット アイテムの種類。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象