AggregateContactManager.TrySetPreferredSourceForPictureAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
집계에 대한 기본 표시 그림을 제공하는 원시 연락처를 선택합니다.
public:
virtual IAsyncOperation<bool> ^ TrySetPreferredSourceForPictureAsync(Contact ^ aggregateContact, Contact ^ rawContact) = TrySetPreferredSourceForPictureAsync;
IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact const& aggregateContact, Contact const& rawContact);
public IAsyncOperation<bool> TrySetPreferredSourceForPictureAsync(Contact aggregateContact, Contact rawContact);
function trySetPreferredSourceForPictureAsync(aggregateContact, rawContact)
Public Function TrySetPreferredSourceForPictureAsync (aggregateContact As Contact, rawContact As Contact) As IAsyncOperation(Of Boolean)
매개 변수
- aggregateContact
- Contact
그림을 설정할 집계 연락처입니다.
- rawContact
- Contact
집계에 대한 그림을 제공하는 원시 연락처입니다.
반환
성공하면 true
이고, 그러지 않으면 false
입니다.
Windows 요구 사항
앱 기능 |
contactsSystem
|