IVsManifestReferenceResolver Interface

Definition

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

public interface class IVsManifestReferenceResolver
public interface class IVsManifestReferenceResolver
__interface IVsManifestReferenceResolver
[System.Runtime.InteropServices.Guid("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsManifestReferenceResolver
[<System.Runtime.InteropServices.Guid("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsManifestReferenceResolver = interface
Public Interface IVsManifestReferenceResolver
Attributes

Remarks

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.

Methods

ResolveReferenceAsync(String, String)

Returns a task that asynchronously resolves deployed manifest file reference paths to local file paths.

Applies to