IVsTrackProjectRetargeting2.CheckForProjectRetarget Method
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.
Checks for projects to retarget.
public:
int CheckForProjectRetarget(System::UInt32 dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
public:
int CheckForProjectRetarget(unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
int CheckForProjectRetarget(unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHier);
public int CheckForProjectRetarget (uint dwFlags, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHier);
abstract member CheckForProjectRetarget : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function CheckForProjectRetarget (dwFlags As UInteger, pHier As IVsHierarchy) As Integer
- dwFlags
- UInt32
The flags.
- pHier
- IVsHierarchy
The project hierarchy.
The HRESULT.