ContentIndexer.UpdateAsync(IIndexableContent) 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.
Updates app content and properties in the ContentIndexer.
public:
virtual IAsyncAction ^ UpdateAsync(IIndexableContent ^ indexableContent) = UpdateAsync;
IAsyncAction UpdateAsync(IIndexableContent const& indexableContent);
public IAsyncAction UpdateAsync(IIndexableContent indexableContent);
function updateAsync(indexableContent)
Public Function UpdateAsync (indexableContent As IIndexableContent) As IAsyncAction
Parameters
- indexableContent
- IIndexableContent
The content properties to update.