IVsFrameworkMultiTargeting Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.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
Public method CheckFrameworkCompatibility
Public method GetDisplayNameForTargetFx
Public method GetFrameworkAssemblies
Public method GetInstallableFrameworkForTargetFx
Public method GetSupportedFrameworks
Public method GetTargetFramework
Public method IsReferenceableInTargetFx
Public method ResolveAssemblyPath
Public method ResolveAssemblyPathsInTargetFx

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace