Share via


IVsTrackProjectRetargeting2.BeginRetargetingBatchEx Method

Starts retargeting with the specified flags.

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

Syntax

'Declaration
Function BeginRetargetingBatchEx ( _
    dwFlags As UInteger _
) As Integer
int BeginRetargetingBatchEx(
    uint dwFlags
)
int BeginRetargetingBatchEx(
    [InAttribute] unsigned int dwFlags
)
abstract BeginRetargetingBatchEx : 
        dwFlags:uint32 -> int
function BeginRetargetingBatchEx(
    dwFlags : uint
) : int

Parameters

  • dwFlags
    Type: UInt32

Return Value

Type: Int32
The HRESULT.

.NET Framework Security

See Also

Reference

IVsTrackProjectRetargeting2 Interface

Microsoft.VisualStudio.Shell.Interop Namespace