ChatQueryOptions.SearchString Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit la chaîne à rechercher dans ChatMessageStore.
public:
property Platform::String ^ SearchString { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SearchString();
void SearchString(winrt::hstring value);
public string SearchString { get; set; }
var string = chatQueryOptions.searchString;
chatQueryOptions.searchString = string;
Public Property SearchString As String
Valeur de propriété
Chaîne à rechercher dans ChatMessageStore.
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|