IVsFrameworkRetargetingDlg.ShowFrameworkRetargetingDlg Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Displays the framework retargeting dialog.
public:
int ShowFrameworkRetargetingDlg(System::String ^ pszProjectType, System::String ^ pszProjectName, System::String ^ pszTargetedFrameworkMoniker, System::UInt32 dwFlags, [Runtime::InteropServices::Out] System::UInt32 % pdwOutcome, [Runtime::InteropServices::Out] int % pbDontShowAgain);
int ShowFrameworkRetargetingDlg(std::wstring const & pszProjectType, std::wstring const & pszProjectName, std::wstring const & pszTargetedFrameworkMoniker, unsigned int dwFlags, [Runtime::InteropServices::Out] unsigned int & pdwOutcome, [Runtime::InteropServices::Out] int & pbDontShowAgain);
public int ShowFrameworkRetargetingDlg (string pszProjectType, string pszProjectName, string pszTargetedFrameworkMoniker, uint dwFlags, out uint pdwOutcome, out int pbDontShowAgain);
abstract member ShowFrameworkRetargetingDlg : string * string * string * uint32 * uint32 * int -> int
Public Function ShowFrameworkRetargetingDlg (pszProjectType As String, pszProjectName As String, pszTargetedFrameworkMoniker As String, dwFlags As UInteger, ByRef pdwOutcome As UInteger, ByRef pbDontShowAgain As Integer) As Integer
Parameters
- pszProjectType
- String
[in] The project type.
- pszProjectName
- String
[in] The project name.
- pszTargetedFrameworkMoniker
- String
The moniker for the targeted framework.
- dwFlags
- UInt32
[in] The __FRD_FLAGS options for the retargeting.
- pdwOutcome
- UInt32
[out] The __FRD_OUTCOME flags that indicate the outcome of the retargeting.
- pbDontShowAgain
- Int32
[out] Indicates if the dialog is shown again. If true
, the dialog is not shown again.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.