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)

[GuidAttribute("EDA26258-95DF-44A0-A244-D545E6C1196C")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDesignTimeAssemblyResolution

NameDescription
System_CAPS_pubmethodGetTargetFramework(String)

Gets the target .NET Framework of the project instance.

System_CAPS_pubmethodResolveAssemblyPathInTargetFx(String[], UInt32, VsResolvedAssemblyPath[], UInt32)

Resolves the assembly paths in the target .NET Framework.

Return to top
Show: