PhoneCallHistoryStore.MarkSourcesAsSeenAsync(IIterable<String>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定來源的所有項目標示為已見。
public:
virtual IAsyncAction ^ MarkSourcesAsSeenAsync(IIterable<Platform::String ^> ^ sourceIds) = MarkSourcesAsSeenAsync;
IAsyncAction MarkSourcesAsSeenAsync(IIterable<winrt::hstring> const& sourceIds);
public IAsyncAction MarkSourcesAsSeenAsync(IEnumerable<string> sourceIds);
function markSourcesAsSeenAsync(sourceIds)
Public Function MarkSourcesAsSeenAsync (sourceIds As IEnumerable(Of String)) As IAsyncAction
參數
要標示為所見的來源標識符清單。 只會更新符合 PhoneCallHistoryEntry.SourceId 的專案。
傳回
Windows 需求
應用程式功能 |
phoneCallHistory
phoneCallHistorySystem
phoneCallHistoryPublic
|