Share via


IVsTrackProjectRetargetingEvents.OnRetargetingAfterChange Method

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

Syntax

'Declaration
Function OnRetargetingAfterChange ( _
    projRef As String, _
    pAfterChangeHier As IVsHierarchy, _
    fromTargetFramework As String, _
    toTargetFramework As String _
) As Integer
int OnRetargetingAfterChange(
    string projRef,
    IVsHierarchy pAfterChangeHier,
    string fromTargetFramework,
    string toTargetFramework
)
int OnRetargetingAfterChange(
    [InAttribute] String^ projRef, 
    [InAttribute] IVsHierarchy^ pAfterChangeHier, 
    [InAttribute] String^ fromTargetFramework, 
    [InAttribute] String^ toTargetFramework
)
abstract OnRetargetingAfterChange : 
        projRef:string * 
        pAfterChangeHier:IVsHierarchy * 
        fromTargetFramework:string * 
        toTargetFramework:string -> int 
function OnRetargetingAfterChange(
    projRef : String, 
    pAfterChangeHier : IVsHierarchy, 
    fromTargetFramework : String, 
    toTargetFramework : String
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTrackProjectRetargetingEvents Interface

Microsoft.VisualStudio.Shell.Interop Namespace