ResourceIndexer.IndexFilePath(Uri) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイルとフォルダーの名前付け規則のファイル パスのインデックスを作成します。
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
パラメーター
インデックスを作成するファイル (FILE:// URI)。 パスは、ドライブ文字を指定した絶対パスである必要があります。 Uri は、ローカル ファイル システムと見なされる空の機関を提供することもできます。 長いファイル パスはサポートされていません。
戻り値
インデックス付きファイル リソースを表す IndexedResourceCandidate オブジェクト。
- 属性