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
- 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.