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 class IVsDesignTimeAssemblyResolution

NameDescription
System_CAPS_pubmethodGetTargetFramework(String^)

Gets the target .NET Framework of the project instance.

System_CAPS_pubmethodResolveAssemblyPathInTargetFx(array<String^>^, UInt32, array<VsResolvedAssemblyPath>^, UInt32)

Resolves the assembly paths in the target .NET Framework.

Return to top
Show: