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

适用于