IVsFrameworkMultiTargeting2 Interface

 

Provides base support for the extensible framework multi-targeting in Visual Studio 2012.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0F0CC2B9-8293-4756-9516-ECB1DB326487")]
public interface IVsFrameworkMultiTargeting2

NameDescription
System_CAPS_pubmethodGetSDKDisplayName(String)

Takes the location of the SDK root folder and returns the SDK display name.

System_CAPS_pubmethodGetSDKReferences(String)

Enumerates the list of installed SDKs.

System_CAPS_pubmethodGetSDKRootFolders()

Gets the list of SDK root folders, both platform and extension SDK.

System_CAPS_pubmethodResolveAssemblyPath2(String, String, Boolean)

Resolves the assembly path in the given target framework.

System_CAPS_pubmethodResolveAssemblyPathsInTargetFx2(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).

Return to top
Show: