IVsRetargetProject.CheckForRetarget Method
Determines whether retargeting is necessary.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
Function CheckForRetarget ( _
dwFlags As UInteger _
) As IVsProjectTargetChange
IVsProjectTargetChange CheckForRetarget(
uint dwFlags
)
IVsProjectTargetChange^ CheckForRetarget(
[InAttribute] unsigned int dwFlags
)
abstract CheckForRetarget :
dwFlags:uint32 -> IVsProjectTargetChange
function CheckForRetarget(
dwFlags : uint
) : IVsProjectTargetChange
Parameters
dwFlags
Type: UInt32The flags.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange
null means no retargeting is required or offered by the project.
.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.