ContentIndexer.DeleteAsync(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 item from the ContentIndexer.
public:
virtual IAsyncAction ^ DeleteAsync(Platform::String ^ contentId) = DeleteAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAsync(winrt::hstring const& contentId);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAsync(string contentId);
function deleteAsync(contentId)
Public Function DeleteAsync (contentId As String) As IAsyncAction
Parameters
- contentId
-
String
Platform::String
winrt::hstring
The identifier of the item to remove.
Returns
- Attributes