共用方式為


ContentIndexer.DeleteMultipleAsync(IIterable<String>) 方法

定義

ContentIndexer移除指定的應用程式定義專案。

public:
 virtual IAsyncAction ^ DeleteMultipleAsync(IIterable<Platform::String ^> ^ contentIds) = DeleteMultipleAsync;
IAsyncAction DeleteMultipleAsync(IIterable<winrt::hstring> const& contentIds);
public IAsyncAction DeleteMultipleAsync(IEnumerable<string> contentIds);
function deleteMultipleAsync(contentIds)
Public Function DeleteMultipleAsync (contentIds As IEnumerable(Of String)) As IAsyncAction

參數

contentIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

要移除之專案的識別碼。

傳回

適用於