PhoneCallHistoryEntry.IsIncoming 속성

정의

호출이 수신 호출인지 여부를 가져오거나 설정합니다.

public:
 property bool IsIncoming { bool get(); void set(bool value); };
bool IsIncoming();

void IsIncoming(bool value);
public bool IsIncoming { get; set; }
var boolean = phoneCallHistoryEntry.isIncoming;
phoneCallHistoryEntry.isIncoming = boolean;
Public Property IsIncoming As Boolean

속성 값

Boolean

bool

True 이면 호출이 들어오는 호출이고, 그렇지 않으면 false입니다.

Windows 요구 사항

앱 기능
phoneCallHistory phoneCallHistorySystem

적용 대상