IVsTrackProjectRetargeting.BatchRetargetProject Method

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

Syntax

‘선언
Function BatchRetargetProject ( _
    pHier As IVsHierarchy, _
    newTargetFramework As String, _
    unloadProjectIfErrorOrCancel As Boolean _
) As Integer
‘사용 방법
Dim instance As IVsTrackProjectRetargeting
Dim pHier As IVsHierarchy
Dim newTargetFramework As String
Dim unloadProjectIfErrorOrCancel As Boolean
Dim returnValue As Integer

returnValue = instance.BatchRetargetProject(pHier, _
    newTargetFramework, unloadProjectIfErrorOrCancel)
int BatchRetargetProject(
    IVsHierarchy pHier,
    string newTargetFramework,
    bool unloadProjectIfErrorOrCancel
)
int BatchRetargetProject(
    [InAttribute] IVsHierarchy^ pHier, 
    [InAttribute] String^ newTargetFramework, 
    [InAttribute] bool unloadProjectIfErrorOrCancel
)
abstract BatchRetargetProject : 
        pHier:IVsHierarchy * 
        newTargetFramework:string * 
        unloadProjectIfErrorOrCancel:bool -> int 
function BatchRetargetProject(
    pHier : IVsHierarchy, 
    newTargetFramework : String, 
    unloadProjectIfErrorOrCancel : boolean
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsTrackProjectRetargeting Interface

IVsTrackProjectRetargeting Members

Microsoft.VisualStudio.Shell.Interop Namespace