PinnedContactManager.RequestPinContactsAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
연락처 컬렉션을 작업 표시줄 또는 시작 메뉴에 고정합니다.
public:
virtual IAsyncOperation<bool> ^ RequestPinContactsAsync(IIterable<Contact ^> ^ contacts, PinnedContactSurface surface) = RequestPinContactsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestPinContactsAsync(IIterable<Contact> const& contacts, PinnedContactSurface const& surface);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestPinContactsAsync(IEnumerable<Contact> contacts, PinnedContactSurface surface);
function requestPinContactsAsync(contacts, surface)
Public Function RequestPinContactsAsync (contacts As IEnumerable(Of Contact), surface As PinnedContactSurface) As IAsyncOperation(Of Boolean)
매개 변수
- contacts
작업 표시줄 또는 시작 메뉴에 고정할 연락처 컬렉션입니다.
- surface
- PinnedContactSurface
Windows UI에서 연락처를 고정하려는 위치를 지정하는 pinnedContactSurface 값입니다.
반환
연락처가 지정된 위치에 성공적으로 고정되었는지 여부를 나타내는 부울 값을 반환하는 비동기 작업입니다.
- 특성
Windows 요구 사항
앱 기능 |
contactsSystem
|
설명
이 메서드는 기본 UI 스레드에서 호출해야 합니다.