Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function ShowFrameworkRetargetingDlg ( _
pszProjectType As String, _
pszProjectName As String, _
pszTargetedFrameworkMoniker As String, _
dwFlags As UInteger, _
<OutAttribute> ByRef pdwOutcome As UInteger, _
<OutAttribute> ByRef pbDontShowAgain As Integer _
) As Integer
'用途
Dim instance As IVsFrameworkRetargetingDlg
Dim pszProjectType As String
Dim pszProjectName As String
Dim pszTargetedFrameworkMoniker As String
Dim dwFlags As UInteger
Dim pdwOutcome As UInteger
Dim pbDontShowAgain As Integer
Dim returnValue As Integer
returnValue = instance.ShowFrameworkRetargetingDlg(pszProjectType, _
pszProjectName, pszTargetedFrameworkMoniker, _
dwFlags, pdwOutcome, pbDontShowAgain)
int ShowFrameworkRetargetingDlg(
string pszProjectType,
string pszProjectName,
string pszTargetedFrameworkMoniker,
uint dwFlags,
out uint pdwOutcome,
out int pbDontShowAgain
)
int ShowFrameworkRetargetingDlg(
[InAttribute] String^ pszProjectType,
[InAttribute] String^ pszProjectName,
[InAttribute] String^ pszTargetedFrameworkMoniker,
[InAttribute] unsigned int dwFlags,
[OutAttribute] unsigned int% pdwOutcome,
[OutAttribute] int% pbDontShowAgain
)
abstract ShowFrameworkRetargetingDlg :
pszProjectType:string *
pszProjectName:string *
pszTargetedFrameworkMoniker:string *
dwFlags:uint32 *
pdwOutcome:uint32 byref *
pbDontShowAgain:int byref -> int
function ShowFrameworkRetargetingDlg(
pszProjectType : String,
pszProjectName : String,
pszTargetedFrameworkMoniker : String,
dwFlags : uint,
pdwOutcome : uint,
pbDontShowAgain : int
) : int
Parameters
- pszProjectType
Type: System.String
- pszProjectName
Type: System.String
- pszTargetedFrameworkMoniker
Type: System.String
- dwFlags
Type: System.UInt32
- pdwOutcome
Type: System.UInt32%
- pbDontShowAgain
Type: System.Int32%
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsFrameworkRetargetingDlg Interface