ContentIndexer.DeleteAllAsync 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 all app-defined items from the ContentIndexer.
public:
virtual IAsyncAction ^ DeleteAllAsync() = DeleteAllAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction DeleteAllAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction DeleteAllAsync();
function deleteAllAsync()
Public Function DeleteAllAsync () As IAsyncAction
Returns
- Attributes