다음을 통해 공유


ContentIndexer.UpdateAsync(IIndexableContent) 메서드

정의

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

매개 변수

indexableContent
IIndexableContent

업데이트할 콘텐츠 속성입니다.

반환

적용 대상

추가 정보