IVsManifestReferenceResolver Interface
Visual Studio 2015
Provides a way to resolve deployed manifest file reference paths to local file paths.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | ResolveReferenceAsync(String, String) | Returns a task that asynchronously resolves deployed manifest file reference paths to local file paths. |
For example, the debugger and profiler use this interface to resolve a Windows Store app, such as ms-appx://MyApp-d83h4ljidgki/js/default.js, to a file within the project, such as C:\users\<username>\projects\MyApp\js\default.js.
Show:
