PhoneCallHistoryEntryQueryOptions.SourceIds 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.
Obtenez le filtre de requête en fonction de l’ID source de l’entrée d’appel téléphonique.
public:
property IVector<Platform::String ^> ^ SourceIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SourceIds();
public IList<string> SourceIds { get; }
var iVector = phoneCallHistoryEntryQueryOptions.sourceIds;
Public ReadOnly Property SourceIds As IList(Of String)
Valeur de propriété
Liste de PhoneCallHistoryEntry.SourceId qui font partie du filtre.
Configuration requise pour Windows
Fonctionnalités de l’application |
phoneCallHistory
phoneCallHistorySystem
|