Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: UInt32Options governing the up-to-date check. This parameter can contain values from VsUpToDateCheckFlags and VsUpToDateCheckFlags2.
Return Value
Type: 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.