다음을 통해 공유


ResourceIndexer.IndexFilePath(Uri) 메서드

정의

파일 및 폴더 명명 규칙에 대한 파일 경로를 인덱싱합니다.

public:
 virtual IndexedResourceCandidate ^ IndexFilePath(Uri ^ filePath) = IndexFilePath;
IndexedResourceCandidate IndexFilePath(Uri const& filePath);
/// [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")]
IndexedResourceCandidate IndexFilePath(Uri const& filePath);
public IndexedResourceCandidate IndexFilePath(System.Uri filePath);
[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 IndexedResourceCandidate IndexFilePath(System.Uri filePath);
function indexFilePath(filePath)
Public Function IndexFilePath (filePath As Uri) As IndexedResourceCandidate

매개 변수

filePath
Uri Uri

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

반환

인덱싱된 파일 리소스를 나타내는 IndexedResourceCandidate 개체입니다.

특성

적용 대상