Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function OnRetargetingBeforeChange ( _
projRef As String, _
pBeforeChangeHier As IVsHierarchy, _
currentTargetFramework As String, _
newTargetFramework As String, _
<OutAttribute> ByRef pCanceled As Boolean, _
<OutAttribute> ByRef ppReasonMsg As String _
) As Integer
'用途
Dim instance As IVsTrackProjectRetargetingEvents
Dim projRef As String
Dim pBeforeChangeHier As IVsHierarchy
Dim currentTargetFramework As String
Dim newTargetFramework As String
Dim pCanceled As Boolean
Dim ppReasonMsg As String
Dim returnValue As Integer
returnValue = instance.OnRetargetingBeforeChange(projRef, _
pBeforeChangeHier, currentTargetFramework, _
newTargetFramework, pCanceled, ppReasonMsg)
int OnRetargetingBeforeChange(
string projRef,
IVsHierarchy pBeforeChangeHier,
string currentTargetFramework,
string newTargetFramework,
out bool pCanceled,
out string ppReasonMsg
)
int OnRetargetingBeforeChange(
[InAttribute] String^ projRef,
[InAttribute] IVsHierarchy^ pBeforeChangeHier,
[InAttribute] String^ currentTargetFramework,
[InAttribute] String^ newTargetFramework,
[OutAttribute] bool% pCanceled,
[OutAttribute] String^% ppReasonMsg
)
abstract OnRetargetingBeforeChange :
projRef:string *
pBeforeChangeHier:IVsHierarchy *
currentTargetFramework:string *
newTargetFramework:string *
pCanceled:bool byref *
ppReasonMsg:string byref -> int
function OnRetargetingBeforeChange(
projRef : String,
pBeforeChangeHier : IVsHierarchy,
currentTargetFramework : String,
newTargetFramework : String,
pCanceled : boolean,
ppReasonMsg : String
) : int
Parameters
- projRef
Type: System.String
- pBeforeChangeHier
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchy
- currentTargetFramework
Type: System.String
- newTargetFramework
Type: System.String
- pCanceled
Type: System.Boolean%
- ppReasonMsg
Type: System.String%
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
IVsTrackProjectRetargetingEvents Interface