IVsDesignTimeAssemblyResolution Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides methods that perform design-time assembly resolution.
public interface class IVsDesignTimeAssemblyResolution
public interface class IVsDesignTimeAssemblyResolution
__interface IVsDesignTimeAssemblyResolution
public interface IVsDesignTimeAssemblyResolution
[System.Runtime.InteropServices.Guid("EDA26258-95DF-44A0-A244-D545E6C1196C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignTimeAssemblyResolution
type IVsDesignTimeAssemblyResolution = interface
[<System.Runtime.InteropServices.Guid("EDA26258-95DF-44A0-A244-D545E6C1196C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDesignTimeAssemblyResolution = interface
Public Interface IVsDesignTimeAssemblyResolution
- Attributes
Methods
GetTargetFramework(String) |
Gets the target .NET Framework of the project instance. |
ResolveAssemblyPathInTargetFx(String[], UInt32, VsResolvedAssemblyPath[], UInt32) |
Resolves the assembly paths in the target .NET Framework. |