Freigeben über


ContentIndexer.AddAsync(IIndexableContent) Methode

Definition

Fügt dem Systemindex appdefinierte Elemente mit Eigenschaften und Inhalten hinzu.

public:
 virtual IAsyncAction ^ AddAsync(IIndexableContent ^ indexableContent) = AddAsync;
IAsyncAction AddAsync(IIndexableContent const& indexableContent);
public IAsyncAction AddAsync(IIndexableContent indexableContent);
function addAsync(indexableContent)
Public Function AddAsync (indexableContent As IIndexableContent) As IAsyncAction

Parameter

indexableContent
IIndexableContent

Die zu indizierenden Inhaltseigenschaften.

Gibt zurück

Gilt für:

Weitere Informationen