PinnedContactIdsQueryResult
PinnedContactIdsQueryResult
PinnedContactIdsQueryResult
PinnedContactIdsQueryResult
Class
Definition
Provides access to the results of a query that lists the IDs all contacts pinned to the taskbar or Start menu.
public : sealed class PinnedContactIdsQueryResult : IPinnedContactIdsQueryResultpublic sealed class PinnedContactIdsQueryResult : IPinnedContactIdsQueryResultPublic NotInheritable Class PinnedContactIdsQueryResult Implements IPinnedContactIdsQueryResult// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Creators Update (introduced v10.0.15063.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v4)
|
Remarks
You can use a PinnedContactIdsQueryResult to enumerate through the IDs of pinned contacts.
Properties
ContactIds ContactIds ContactIds ContactIds
Gets the list of contact IDs that are pinned to the taskbar or Start menu.
public : IVector<string> ContactIds { get; }public IList<string> ContactIds { get; }Public ReadOnly Property ContactIds As IList<string>// You can use this property in JavaScript.
- Value
- IVector<PlatForm::String> IList<string> IList<string> IList<string>
The list of contact IDs that are pinned to the taskbar or Start menu.