ContentIndexer.DeleteMultipleAsync(IIterable<String>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Removes the specified app-defined items from the 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
Parameters
The identifier of the item to remove.