__VSGETPROJFILESFLAGS Enumeration

 

Denotes that user specified files will not be loaded.

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

[FlagsAttribute]
public enum __VSGETPROJFILESFLAGS

Member nameDescription
GPFF_SKIPUNLOADEDPROJECTS

Skips the projects that will not be loaded (by user preference).

C++

See vsshell.idl.

Return to top
Show: