Udostępnij za pośrednictwem


PinnedContactIdsQueryResult.ContactIds Property

Definition

Gets the list of contact IDs that are pinned to the taskbar or Start menu.

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)

Property Value

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

The list of contact IDs that are pinned to the taskbar or Start menu.

Windows requirements

App capabilities
contactsSystem

Applies to