다음을 통해 공유


ResourceIndexer.IndexFileContentsAsync(Uri) 메서드

정의

파일 및 폴더 명명 규칙에 대한 ResW, ResJSON, PRI 또는 PRI XML 덤프 파일 경로를 인덱싱하고 파일 내용 내에 있는 리소스에 한정자를 적용합니다.

public:
 virtual IAsyncOperation<IVectorView<IndexedResourceCandidate ^> ^> ^ IndexFileContentsAsync(Uri ^ file) = IndexFileContentsAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IndexedResourceCandidate>> IndexFileContentsAsync(Uri const& file);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Deprecated("Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Resources.Management.ResourceIndexerContract")]
IAsyncOperation<IVectorView<IndexedResourceCandidate>> IndexFileContentsAsync(Uri const& file);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IndexedResourceCandidate>> IndexFileContentsAsync(System.Uri file);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Deprecated("Use IndexFilePath in mrmsupport.dll instead of IResourceIndexer.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 131072, "Windows.ApplicationModel.Resources.Management.ResourceIndexerContract")]
public IAsyncOperation<IReadOnlyList<IndexedResourceCandidate>> IndexFileContentsAsync(System.Uri file);
function indexFileContentsAsync(file)
Public Function IndexFileContentsAsync (file As Uri) As IAsyncOperation(Of IReadOnlyList(Of IndexedResourceCandidate))

매개 변수

file
Uri Uri

인덱싱할 파일(file:// URI)입니다. 경로는 드라이브 문자가 지정된 절대 경로여야 합니다. Uri는 로컬 파일 시스템으로 간주되는 빈 기관을 제공할 수도 있습니다. 긴 파일 경로는 지원되지 않습니다.

반환

파일 내에서 찾은 IndexedResourceCandidate 개체의 목록입니다. 아무것도 찾을 수 없는 경우 빈 목록입니다.

특성

적용 대상