IVsRetargetProject.CheckForRetarget(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.