次の方法で共有


ChatMessage.Recipients プロパティ

定義

メッセージの受信者の一覧を取得します。

public:
 property IVector<Platform::String ^> ^ Recipients { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> Recipients();
public IList<string> Recipients { get; }
var iVector = chatMessage.recipients;
Public ReadOnly Property Recipients As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

メッセージの受信者の一覧。

Windows の要件

アプリの機能
chat chatSystem smsSend

注釈

リスト内の受信者の文字列には、連絡先の名前、住所、または電話番号のいずれかを指定できます。

適用対象