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)

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")> _
Public Interface IVsManifestReferenceResolver
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")]
public interface IVsManifestReferenceResolver
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")]
public interface class IVsManifestReferenceResolver
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("DA5C54DC-7F35-4149-8E1C-948DEBA1CA92")>]
type IVsManifestReferenceResolver =  interface end
public interface IVsManifestReferenceResolver

The IVsManifestReferenceResolver type exposes the following members.

Methods

  Name Description
Public method ResolveReferenceAsync Returns a task that asynchronously resolves deployed manifest file reference paths to local file paths.

Top

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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace