次の方法で共有


ChatConversationThreadingInfo.Custom プロパティ

定義

独自のカスタム スレッド情報を格納できる文字列を取得または設定します。

public:
 property Platform::String ^ Custom { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Custom();

void Custom(winrt::hstring value);
public string Custom { get; set; }
var string = chatConversationThreadingInfo.custom;
chatConversationThreadingInfo.custom = string;
Public Property Custom As String

プロパティ値

String

Platform::String

winrt::hstring

独自のカスタム スレッド情報を格納できる文字列。

Windows の要件

アプリの機能
chat chatSystem smsSend

適用対象