Udostępnij za pośrednictwem


Metoda IVsSolutionBuildManager3.AreProjectsUpToDate — (UInt32)

 

Określa, czy projekty są aktualne.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.8.0 (w Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Składnia

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

Parametry

Wartość zwracana

Type: System.Int32

Jeśli projekty są aktualne, zwraca S_OK. Jeśli jeden lub więcej projektów nie zwraca S_FALSE.

Zobacz też

Interfejs IVsSolutionBuildManager3
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku