IVsManifestReferenceResolver Interface

 

Provides a way to resolve deployed manifest file reference paths to local file paths.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")]
public interface IVsManifestReferenceResolver

NameDescription
System_CAPS_pubmethodResolveReferenceAsync(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.

Return to top
Show: