IVsSolutionBuildManager3.AreProjectsUpToDate Method (UInt32)

 

Determines if projects are up to date.

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

int AreProjectsUpToDate(
	uint dwOptions
)

Parameters

dwOptions
Type: System.UInt32

Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.

Return Value

Type: System.Int32

If projects are up to date, returns S_OK. If one or more projects are not, returns S_FALSE.

Return to top
Show: