IVsTrackProjectRetargeting2.CheckForProjectRetarget Method

Definition

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

Parameters

dwFlags
UInt32

The flags.

pHier
IVsHierarchy

The project hierarchy.

Returns

The HRESULT.

Applies to