IVsRetargetProject.Retarget Method
Execute the retargeting.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Sub Retarget ( _
logger As IVsOutputWindowPane, _
dwFlags As UInteger, _
target As IVsProjectTargetChange, _
szProjectBackupLoaction As String _
)
void Retarget(
IVsOutputWindowPane logger,
uint dwFlags,
IVsProjectTargetChange target,
string szProjectBackupLoaction
)
void Retarget(
[InAttribute] IVsOutputWindowPane^ logger,
[InAttribute] unsigned int dwFlags,
[InAttribute] IVsProjectTargetChange^ target,
[InAttribute] String^ szProjectBackupLoaction
)
abstract Retarget :
logger:IVsOutputWindowPane *
dwFlags:uint32 *
target:IVsProjectTargetChange *
szProjectBackupLoaction:string -> unit
function Retarget(
logger : IVsOutputWindowPane,
dwFlags : uint,
target : IVsProjectTargetChange,
szProjectBackupLoaction : String
)
Parameters
logger
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputWindowPaneThe logger. Pass in the IVsOutputWindowPane interface.
dwFlags
Type: UInt32The flags.
target
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChangeThe target.
szProjectBackupLoaction
Type: StringThe backup location.
.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.