IVsFrameworkRetargetingDlg::ShowFrameworkRetargetingDlg Method (String^, String^, String^, UInt32, UInt32, Int32)

 

Displays the framework retargeting dialog.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int ShowFrameworkRetargetingDlg(
	String^ pszProjectType,
	String^ pszProjectName,
	String^ pszTargetedFrameworkMoniker,
	unsigned int dwFlags,
	[OutAttribute] unsigned int% pdwOutcome,
	[OutAttribute] int% pbDontShowAgain
)

Parameters

pszProjectType
Type: System::String^

[in] The project type.

pszProjectName
Type: System::String^

[in] The project name.

pszTargetedFrameworkMoniker
Type: System::String^

The moniker for the targeted framework.

dwFlags
Type: System::UInt32

[in] The __FRD_FLAGS options for the retargeting.

pdwOutcome
Type: System::UInt32

[out] The __FRD_OUTCOME flags that indicate the outcome of the retargeting.

pbDontShowAgain
Type: System::Int32

[out] Indicates if the dialog is shown again. If true, the dialog is not shown again.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: