Share via


ContentIndexer.UpdateAsync(IIndexableContent) Method

Definition

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.

Returns

Applies to

See also