Partager via


ChatConversationThreadingInfo.Custom Propriété

Définition

Obtient ou définit une chaîne dans laquelle vous pouvez stocker vos propres informations de threading personnalisées.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne dans laquelle vous pouvez stocker vos propres informations de threads personnalisés.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à