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 retargeting dialog.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("47F60934-4361-443A-9411-020BC2055608")> _
Public Interface IVsFrameworkRetargetingDlg
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("47F60934-4361-443A-9411-020BC2055608")]
public interface IVsFrameworkRetargetingDlg
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"47F60934-4361-443A-9411-020BC2055608")]
public interface class IVsFrameworkRetargetingDlg
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("47F60934-4361-443A-9411-020BC2055608")>]
type IVsFrameworkRetargetingDlg = interface end
public interface IVsFrameworkRetargetingDlg
The IVsFrameworkRetargetingDlg type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
NavigateToFrameworkDownloadUrl | |
![]() |
ShowFrameworkRetargetingDlg | Displays the framework retargeting dialog. |
Top