次の方法で共有


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 オブジェクト。

属性

適用対象