PhoneCallHistoryEntry.SourceId プロパティ

定義

電話の発信元の識別子を取得または設定します。

public:
 property Platform::String ^ SourceId { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring SourceId();

void SourceId(winrt::hstring value);
public string SourceId { get; set; }
var string = phoneCallHistoryEntry.sourceId;
phoneCallHistoryEntry.sourceId = string;
Public Property SourceId As String

プロパティ値

String

Platform::String

winrt::hstring

電話の発信元の識別子。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象