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>

要删除的项的标识符。

返回

适用于