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

적용 대상