Share via


ContactCardDelayedDataLoader 클래스

정의

연락처 카드 지연된 데이터 로더를 나타냅니다.

public ref class ContactCardDelayedDataLoader sealed : IClosable
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactCardDelayedDataLoader final : IClosable
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactCardDelayedDataLoader : System.IDisposable
Public NotInheritable Class ContactCardDelayedDataLoader
Implements IDisposable
상속
Object Platform::Object IInspectable ContactCardDelayedDataLoader
특성
구현

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
contactsSystem

설명

ContactManager.ShowDelayLoadedContactCard를 호출하여 데이터 로더가 지연된 연락처 카드 표시합니다.

연락처를 관리하는 방법에 대한 자세한 내용은 연락처 카드 관리를 참조하세요.

메서드

Close()

지연된 데이터 로더를 닫습니다. 그러면 연락처 카드 UI에 대한 업데이트가 더 이상 요청되지 않으므로 연락처 카드 UI를 완료하도록 알릴 수 있습니다(예: 진행률 표시줄과 같은 진행률 표시 제거). 그러면 사용자는 UI에 표시된 연락처 데이터가 완료되었는지 확인할 수 있습니다.

Dispose()

관리되지 않는 리소스의 확보, 해제 또는 다시 설정과 관련된 애플리케이션 정의 작업을 수행합니다.

SetData(Contact)

Contact 개체를 사용하여 연락처 카드 업데이트 연락처 카드 UI를 완료합니다.

적용 대상

추가 정보