IVsDesignTimeAssemblyResolution Interface
Provides methods that perform design-time assembly resolution.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsDesignTimeAssemblyResolution
[GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignTimeAssemblyResolution
[GuidAttribute(L"EDA26258-95DF-44A0-A244-D545E6C1196C")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsDesignTimeAssemblyResolution
[<GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDesignTimeAssemblyResolution = interface end
public interface IVsDesignTimeAssemblyResolution
The IVsDesignTimeAssemblyResolution type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetTargetFramework | Gets the target .Net framework of the project instance. | |
ResolveAssemblyPathInTargetFx | Resolves the assembly paths in the target .Net framework. |
Top