IVsRetargetProjectAsync.CheckForRetargetAsync(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.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ CheckForRetargetAsync(System::UInt32 dwFlags);
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ CheckForRetargetAsync(unsigned int dwFlags);
Microsoft::VisualStudio::Shell::Interop::IVsTask CheckForRetargetAsync(unsigned int dwFlags);
public Microsoft.VisualStudio.Shell.Interop.IVsTask CheckForRetargetAsync (uint dwFlags);
abstract member CheckForRetargetAsync : uint32 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function CheckForRetargetAsync (dwFlags As UInteger) As IVsTask
Parameters
- dwFlags
- UInt32
The flags.
Returns
The project target, or null if no retargeting is required / offered by project.