IVsTrackProjectRetargeting2.CheckSolutionForRetarget(UInt32) Method

Definition

Checks the solution for retargeting.

public:
 int CheckSolutionForRetarget(System::UInt32 dwFlags);
public:
 int CheckSolutionForRetarget(unsigned int dwFlags);
int CheckSolutionForRetarget(unsigned int dwFlags);
public int CheckSolutionForRetarget (uint dwFlags);
abstract member CheckSolutionForRetarget : uint32 -> int
Public Function CheckSolutionForRetarget (dwFlags As UInteger) As Integer

Parameters

dwFlags
UInt32

The flags.

Returns

The HRESULT.

Applies to