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

适用于