IVsFrameworkMultiTargeting2 Interface
Visual Studio 2015
Provides base support for the extensible framework multi-targeting in Visual Studio 2012.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
| Name | Description | |
|---|---|---|
![]() | GetSDKDisplayName(String) | Takes the location of the SDK root folder and returns the SDK display name. |
![]() | GetSDKReferences(String) | Enumerates the list of installed SDKs. |
![]() | GetSDKRootFolders() | Gets the list of SDK root folders, both platform and extension SDK. |
![]() | ResolveAssemblyPath2(String, String, Boolean) | Resolves the assembly path in the given target framework. |
![]() | ResolveAssemblyPathsInTargetFx2(String, Array, UInt32, Boolean, VsResolvedAssemblyPath[], UInt32) | Resolves the assembly reference paths for the passed in assemblies in the given target framework while ignoring the version for resolving framework references (as described in the framework redistributable list). |
Show:
