PhoneCallInfo 클래스

정의

통화 수명 동안 변경되지 않은 전화 통화 및 통화 속성 집합을 나타냅니다.

public ref class PhoneCallInfo sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 393216)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhoneCallInfo final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 393216)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhoneCallInfo
Public NotInheritable Class PhoneCallInfo
상속
Object Platform::Object IInspectable PhoneCallInfo
특성

Windows 요구 사항

디바이스 패밀리
Windows 10, version 2104 (10.0.20348.0에서 도입되었습니다.)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (v6.0에서 도입되었습니다.)
앱 기능
phoneCall

속성

CallDirection

호출 방향을 가져옵니다. 수신(사용자가 수신) 또는 발신(사용자가 전화 걸기)인지 여부입니다.

DisplayName

호출 수신자의 표시 이름을 가져옵니다.

IsHoldSupported

전화를 보류할 수 있는지 여부를 결정하는 값을 가져옵니다.

LineId

특정 전화 통화를 소유하는 전화선의 고유 식별자를 가져옵니다.

PhoneNumber

전화 통화의 전화 번호를 가져옵니다.

StartTime

호출의 시작 시간을 가져옵니다.

들어오는 호출의 경우 호출이 **Talking** 상태로 들어가는 시간입니다. 발신 통화의 경우 기본 통신 사업자 및 네트워크 설정에 따라 통화가 전화 걸기 또는 통화 중 상태가 되는 시간입니다.

적용 대상