Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides base support for the extensible framework multi-targeting in Visual Studio 2012.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("0F0CC2B9-8293-4756-9516-ECB1DB326487")> _
Public Interface IVsFrameworkMultiTargeting2
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("0F0CC2B9-8293-4756-9516-ECB1DB326487")]
public interface IVsFrameworkMultiTargeting2
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"0F0CC2B9-8293-4756-9516-ECB1DB326487")]
public interface class IVsFrameworkMultiTargeting2
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("0F0CC2B9-8293-4756-9516-ECB1DB326487")>]
type IVsFrameworkMultiTargeting2 = interface end
public interface IVsFrameworkMultiTargeting2
The IVsFrameworkMultiTargeting2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
_VtblGap1_4 | |
![]() |
GetSDKDisplayName | Takes the ___location of the SDK root folder and returns the SDK display name. |
![]() |
GetSDKReferences | Enumerates the list of installed SDKs. |
![]() |
GetSDKRootFolders | Gets the list of SDK root folders, both platform and extension SDK. |
![]() |
ResolveAssemblyPath2 | Resolves the assembly path in the given target framework. |
![]() |
ResolveAssemblyPathsInTargetFx2 | 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). |
Top