次の方法で共有


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 オブジェクトの一覧。 何も見つからない場合、これは空のリストです。

属性

適用対象