Compartir a través de


PinnedContactIdsQueryResult.ContactIds Propiedad

Definición

Obtiene la lista de identificadores de contacto anclados a la barra de tareas o al menú Inicio .

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)

Valor de propiedad

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Lista de identificadores de contacto anclados a la barra de tareas o al menú Inicio .

Requisitos de Windows

Características de aplicaciones
contactsSystem

Se aplica a