PinnedContactIdsQueryResult.ContactIds 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 la liste des ID de contact épinglés à la barre des tâches ou au menu Démarrer .
public:
property IVector<Platform::String ^> ^ ContactIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> ContactIds();
public IList<string> ContactIds { get; }
var iVector = pinnedContactIdsQueryResult.contactIds;
Public ReadOnly Property ContactIds As IList(Of String)
Valeur de propriété
Liste des ID de contact épinglés à la barre des tâches ou au menu Démarrer .
Configuration requise pour Windows
Fonctionnalités de l’application |
contactsSystem
|