PhoneCallHistoryEntryQueryOptions.SourceIds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据电话呼叫条目的源 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)
属性值
属于筛选器的 PhoneCallHistoryEntry.SourceId 的列表。
Windows 要求
应用功能 |
phoneCallHistory
phoneCallHistorySystem
|