PhoneCallHistoryEntry.SourceIdKind 属性

定义

获取或设置一个值,该值指示 SourceId 是哪种类型的标识符。

public:
 property PhoneCallHistorySourceIdKind SourceIdKind { PhoneCallHistorySourceIdKind get(); void set(PhoneCallHistorySourceIdKind value); };
PhoneCallHistorySourceIdKind SourceIdKind();

void SourceIdKind(PhoneCallHistorySourceIdKind value);
public PhoneCallHistorySourceIdKind SourceIdKind { get; set; }
var phoneCallHistorySourceIdKind = phoneCallHistoryEntry.sourceIdKind;
phoneCallHistoryEntry.sourceIdKind = phoneCallHistorySourceIdKind;
Public Property SourceIdKind As PhoneCallHistorySourceIdKind

属性值

PhoneCallHistoryEntry.SourceId 的标识符类型。

Windows 要求

应用功能
phoneCallHistory phoneCallHistorySystem

适用于