PinnedContactIdsQueryResult.ContactIds Proprietà

Definizione

Ottiene l'elenco degli ID contatto aggiunti alla barra delle applicazioni o al menu Start .

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)

Valore della proprietà

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Elenco di ID contatto aggiunti alla barra delle applicazioni o al menu Start .

Requisiti Windows

Funzionalità dell'app
contactsSystem

Si applica a