次の方法で共有


PhoneCallHistoryEntryQueryOptions.SourceIds プロパティ

定義

通話エントリのソース ID に基づいてクエリ フィルターを取得します。

public:
 property IVector<Platform::String ^> ^ SourceIds { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> SourceIds();
public IList<string> SourceIds { get; }
var iVector = phoneCallHistoryEntryQueryOptions.sourceIds;
Public ReadOnly Property SourceIds As IList(Of String)

プロパティ値

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

フィルターの一部である PhoneCallHistoryEntry.SourceId の一覧。

Windows の要件

アプリの機能
phoneCallHistory phoneCallHistorySystem

適用対象