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
'宣言
Function AreProjectsUpToDate ( _
dwOptions As UInteger _
) As Integer
'使用
Dim instance As IVsSolutionBuildManager3
Dim dwOptions As UInteger
Dim returnValue As Integer
returnValue = instance.AreProjectsUpToDate(dwOptions)
int AreProjectsUpToDate(
uint dwOptions
)
int AreProjectsUpToDate(
unsigned int dwOptions
)
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.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsSolutionBuildManager3 Interface