PhoneCallHistoryStore 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
전화 통화 기록 항목의 컬렉션입니다.
public ref class PhoneCallHistoryStore sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallHistoryStore final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class PhoneCallHistoryStore
Public NotInheritable Class PhoneCallHistoryStore
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows 10 (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|
메서드
DeleteEntriesAsync(IIterable<PhoneCallHistoryEntry>) |
저장소의 항목을 삭제합니다. |
DeleteEntryAsync(PhoneCallHistoryEntry) |
저장소에서 항목을 삭제합니다. |
GetEntryAsync(String) |
항목 ID에 따라 저장소에서 항목을 가져옵니다. |
GetEntryReader() |
모든 항목을 읽는 기본 전화 통화 기록 항목을 검색합니다. |
GetEntryReader(PhoneCallHistoryEntryQueryOptions) |
제공된 필터에 따라 항목 읽기 프로그램을 검색합니다. |
GetSourcesUnseenCountAsync(IIterable<String>) |
제공된 원본에 대해 보이지 않는 로그 항목의 수를 가져옵니다. |
GetUnseenCountAsync() |
보이지 않는 항목의 수를 가져옵니다. |
MarkAllAsSeenAsync() |
모든 항목을 업데이트하여 사용자가 모두 표시했음을 나타냅니다. |
MarkEntriesAsSeenAsync(IIterable<PhoneCallHistoryEntry>) |
항목이 사용자에게 표시되었음을 나타내는 업데이트. |
MarkEntryAsSeenAsync(PhoneCallHistoryEntry) |
항목이 표시되었음을 나타내는 항목을 업데이트. |
MarkSourcesAsSeenAsync(IIterable<String>) |
지정된 원본의 모든 항목을 표시된 대로 표시합니다. |
SaveEntryAsync(PhoneCallHistoryEntry) |
저장소에 항목을 저장합니다. |