IVsFrameworkMultiTargeting Interface
Provides base support for extensible framework multi-targeting.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio (in Microsoft.VisualStudio.dll)
Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
<GuidAttribute("B096B75C-5DF5-42C6-888F-A007CCEB6635")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsFrameworkMultiTargeting
[GuidAttribute("B096B75C-5DF5-42C6-888F-A007CCEB6635")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFrameworkMultiTargeting
[GuidAttribute(L"B096B75C-5DF5-42C6-888F-A007CCEB6635")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsFrameworkMultiTargeting
[<GuidAttribute("B096B75C-5DF5-42C6-888F-A007CCEB6635")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFrameworkMultiTargeting = interface end
public interface IVsFrameworkMultiTargeting
The IVsFrameworkMultiTargeting type exposes the following members.
Methods
Name | Description | |
---|---|---|
_VtblGap1_1 | ||
_VtblGap1_5 | ||
CheckFrameworkCompatibility | Takes two target frameworks and compares them for compatibility. | |
GetDisplayNameForTargetFx | Retrieves the display name of the specified target framework moniker. | |
GetFrameworkAssemblies | Enumerates the list of both system and non-system assemblies that correspond to the specified target framework. | |
GetInstallableFrameworkForTargetFx | Retrieves the installable framework for the specified target framework moniker. | |
GetSupportedFrameworks | Enumerates the installed target framework monikers on a machine. | |
GetTargetFramework | Retrieves the target framework moniker of the target framework. | |
IsReferenceableInTargetFx | Indicates whether the provided assembly name/specification is part of the specified target framework. | |
ResolveAssemblyPath | Tries to resolve the assembly path in the specified target framework. | |
ResolveAssemblyPathsInTargetFx | Resolves the assembly reference paths for the passed in assemblies in the specified target framework. |
Top