__BUILDOUTOFDATEPROJECTS Enumeration

 

Specifies options for rebuilding out-of-date projects.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __BUILDOUTOFDATEPROJECTS

Member nameDescription
BUILDOUTOFDATEPROJECTS_MAX

Automatically rebuild out-of-date projects if they do not exceed a specified count.

BUILDOUTOFDATEPROJECTS_NO

Do not automatically rebuild out-of-date projects.

BUILDOUTOFDATEPROJECTS_PROMPT

Prompt before rebuilding out-of-date projects.

BUILDOUTOFDATEPROJECTS_YES

Automatically rebuild out-of-date projects.

Return to top
Show: