PhoneCallBlocking 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
수신되는 전화 번호 차단을 제어합니다.
public ref class PhoneCallBlocking abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class PhoneCallBlocking final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class PhoneCallBlocking
Public Class PhoneCallBlocking
- 상속
- 특성
Windows 요구 사항
디바이스 패밀리 |
Windows Mobile Extension SDK (10.0.10240.0에서 도입되었습니다.)
|
API contract |
Windows.ApplicationModel.Calls.CallsPhoneContract (v1.0에서 도입되었습니다.)
|
앱 기능 |
phoneCallHistory
phoneCallHistorySystem
|
설명
통신 차단의 작동 방식과 애플리케이션에서 통신 차단을 구현하는 방법에 대한 자세한 내용은 Windows.ApplicationModel.CommunicationBlocking을 참조하세요.
속성
BlockPrivateNumbers |
PhoneCallBlocking instance 개인 번호를 차단할지 여부를 가져오거나 설정합니다. |
BlockUnknownNumbers |
PhoneCallBlocking instance 알 수 없는 숫자를 차단할지 여부를 가져오거나 설정합니다. |
메서드
SetCallBlockingListAsync(IIterable<String>) |
차단해야 하는 숫자 목록을 설정합니다. |