IVsSolutionBuildManager3.AreProjectsUpToDate Method

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)

Syntax

'Declaration
Function AreProjectsUpToDate ( _
    dwOptions As UInteger _
) As Integer
int AreProjectsUpToDate(
    uint dwOptions
)
int AreProjectsUpToDate(
    unsigned int dwOptions
)
abstract AreProjectsUpToDate : 
        dwOptions:uint32 -> int 
function AreProjectsUpToDate(
    dwOptions : uint
) : int

Parameters

  • dwOptions
    Type: System.UInt32
    [Options governing the up-to-date check. Currently, there are no defined options and dwOptions is always zero.

Return Value

Type: System.Int32
If projects are up to date, returns S_OK. If one or more projects are not, returns S_FALSE.

.NET Framework Security

See Also

Reference

IVsSolutionBuildManager3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace