Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.