Share via


IVsRetargetProject.CheckForRetarget(UInt32) Method

Definition

Determines whether retargeting is necessary.

public:
 Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ CheckForRetarget(System::UInt32 dwFlags);
public:
 Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange ^ CheckForRetarget(unsigned int dwFlags);
Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetChange CheckForRetarget(unsigned int dwFlags);
public Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange CheckForRetarget (uint dwFlags);
abstract member CheckForRetarget : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetChange
Public Function CheckForRetarget (dwFlags As UInteger) As IVsProjectTargetChange

Parameters

dwFlags
UInt32

The flags.

Returns

null means no retargeting is required or offered by the project.

Applies to