IVsFrameworkMultiTargeting2 Interface

Definition

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

public interface class IVsFrameworkMultiTargeting2
public interface class IVsFrameworkMultiTargeting2
__interface IVsFrameworkMultiTargeting2
public interface IVsFrameworkMultiTargeting2
[System.Runtime.InteropServices.Guid("0F0CC2B9-8293-4756-9516-ECB1DB326487")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFrameworkMultiTargeting2
type IVsFrameworkMultiTargeting2 = interface
[<System.Runtime.InteropServices.Guid("0F0CC2B9-8293-4756-9516-ECB1DB326487")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFrameworkMultiTargeting2 = interface
Public Interface IVsFrameworkMultiTargeting2
Attributes

Methods

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

Applies to