IVsRetargetProject::CheckForRetarget Method (UInt32)

 

Determines whether retargeting is necessary.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

IVsProjectTargetChange^ CheckForRetarget(
	unsigned int dwFlags
)

Parameters

dwFlags
Type: System::UInt32

The flags.

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IVsProjectTargetChange^

null means no retargeting is required or offered by the project.

Return to top
Show: