次の方法で共有


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

適用対象