PinnedContactIdsQueryResult.ContactIds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The list of contact IDs that are pinned to the taskbar or Start menu.
Windows requirements
App capabilities |
contactsSystem
|