다음을 통해 공유


ContactManager.ShowDelayLoadedContactCard 메서드

정의

오버로드

ShowDelayLoadedContactCard(Contact, Rect, Placement)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

ShowDelayLoadedContactCard(Contact, Rect, Placement, ContactCardOptions)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

ShowDelayLoadedContactCard(Contact, Rect, Placement)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

public:
 static ContactCardDelayedDataLoader ^ ShowDelayLoadedContactCard(Contact ^ contact, Rect selection, Placement preferredPlacement);
/// [Windows.Foundation.Metadata.Overload("ShowDelayLoadedContactCard")]
 static ContactCardDelayedDataLoader ShowDelayLoadedContactCard(Contact const& contact, Rect const& selection, Placement const& preferredPlacement);
[Windows.Foundation.Metadata.Overload("ShowDelayLoadedContactCard")]
public static ContactCardDelayedDataLoader ShowDelayLoadedContactCard(Contact contact, Rect selection, Placement preferredPlacement);
function showDelayLoadedContactCard(contact, selection, preferredPlacement)
Public Shared Function ShowDelayLoadedContactCard (contact As Contact, selection As Rect, preferredPlacement As Placement) As ContactCardDelayedDataLoader

매개 변수

contact
Contact

앱에서 연락처 카드 표시하려는 연락처를 나타내는 개체입니다.연락처는 사용자의 연락처 데이터베이스를 쿼리하여 표시할 연락처를 검색하려면 전화 목록의 ID, 전자 메일 또는 전화 번호 이상을 포함해야 합니다. ID 는 쿼리 우선 순위가 높습니다. ID가 일치하면 일치하는 목적으로 나머지 쿼리 매개 변수가 무시됩니다. ID가 일치하는 항목을 찾지 못하면 쿼리는 나머지 쿼리 매개 변수를 사용합니다. 전자 메일과전화 는 일치에 대해 동일한 우선 순위를 갖습니다. 여러 전자 메일 주소 또는 전화 번호 또는 둘 다 제공된 경우 쿼리는 먼저 정확한 일치를 수행하여 모든 쿼리 매개 변수가 시스템 연락처 레코드와 일치하도록 요구합니다. 이렇게 하면 일치하는 항목이 없으면 쿼리는 쿼리 매개 변수의 일치가 충분한 "최선의 노력" 일치를 사용합니다.

일치하는 항목이 없으면 입력 연락처의 데이터가 연락처 카드 표시됩니다. 일치가 발생하면 시스템 연락처 데이터만 표시되고 입력 연락처의 데이터는 삭제됩니다.

selection
Rect

Rect는 사용자 선택 영역(예: 단추 누르기)의 사각형 영역으로, 운영 체제에서 해당 사각형 영역이 아닌 카드 연락처를 표시합니다. 예를 들어 앱이 단추를 사용하여 연락처 카드 표시하는 경우 단추의 Rect를 전달하여 겹치지 않고 단추 주위에 연락처 카드 표시됩니다.

preferredPlacement
Placement

연락처의 기본 배치를 설명하는 배치 카드.

반환

연락처 카드 업데이트하는 데 사용할 수 있는 ContactCardDelayedDataLoader 개체를 반환합니다.

특성

Windows 요구 사항

앱 기능
contactsSystem

추가 정보

적용 대상

ShowDelayLoadedContactCard(Contact, Rect, Placement, ContactCardOptions)

사용자의 연락처 데이터베이스에 연락처가 없는 경우 나중에 업데이트할 수 있는 연락처 카드 표시합니다.

public:
 static ContactCardDelayedDataLoader ^ ShowDelayLoadedContactCard(Contact ^ contact, Rect selection, Placement preferredPlacement, ContactCardOptions ^ contactCardOptions);
/// [Windows.Foundation.Metadata.Overload("ShowDelayLoadedContactCardWithOptions")]
 static ContactCardDelayedDataLoader ShowDelayLoadedContactCard(Contact const& contact, Rect const& selection, Placement const& preferredPlacement, ContactCardOptions const& contactCardOptions);
[Windows.Foundation.Metadata.Overload("ShowDelayLoadedContactCardWithOptions")]
public static ContactCardDelayedDataLoader ShowDelayLoadedContactCard(Contact contact, Rect selection, Placement preferredPlacement, ContactCardOptions contactCardOptions);
function showDelayLoadedContactCard(contact, selection, preferredPlacement, contactCardOptions)
Public Shared Function ShowDelayLoadedContactCard (contact As Contact, selection As Rect, preferredPlacement As Placement, contactCardOptions As ContactCardOptions) As ContactCardDelayedDataLoader

매개 변수

contact
Contact

앱에서 연락처 카드 표시하려는 연락처를 나타내는 개체입니다.연락처는 사용자의 연락처 데이터베이스를 쿼리하여 표시할 연락처를 검색하려면 전화 목록의 ID, 전자 메일 또는 전화 번호 이상을 포함해야 합니다. ID 는 쿼리 우선 순위가 높습니다. ID가 일치하면 일치하는 목적으로 나머지 쿼리 매개 변수가 무시됩니다. ID가 일치하는 항목을 찾지 못하면 쿼리는 나머지 쿼리 매개 변수를 사용합니다. 전자 메일과전화 는 일치에 대해 동일한 우선 순위를 갖습니다. 여러 전자 메일 주소 또는 전화 번호 또는 둘 다 제공된 경우 쿼리는 먼저 정확한 일치를 수행하여 모든 쿼리 매개 변수가 시스템 연락처 레코드와 일치하도록 요구합니다. 이렇게 하면 일치하는 항목이 없으면 쿼리는 쿼리 매개 변수의 일치가 충분한 "최선의 노력" 일치를 사용합니다.

일치하는 항목이 없으면 입력 연락처의 데이터가 연락처 카드 표시됩니다. 일치가 발생하면 시스템 연락처 데이터만 표시되고 입력 연락처의 데이터는 삭제됩니다.

selection
Rect

Rect는 사용자 선택 영역(예: 단추 누르기)의 사각형 영역으로, 운영 체제에서 해당 사각형 영역이 아닌 카드 연락처를 표시합니다. 예를 들어 앱이 단추를 사용하여 연락처 카드 표시하는 경우 단추의 Rect를 전달하여 겹치지 않고 단추 주위에 연락처 카드 표시됩니다.

preferredPlacement
Placement

연락처의 기본 배치를 설명하는 배치 카드.

contactCardOptions
ContactCardOptions

미니 연락처 카드 표시하는 경우 시작할 탭 또는 전체 연락처 카드 표시하는 경우 사용할 헤더 유형 등 연락처 카드 표시하는 방법을 지정합니다.

반환

연락처 카드 업데이트하는 데 사용할 수 있는 ContactCardDelayedDataLoader 개체를 반환합니다.

특성

Windows 요구 사항

앱 기능
contactsSystem

추가 정보

적용 대상