Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Denotes that user specified files will not be loaded.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration __VSGETPROJFILESFLAGS
[FlagsAttribute]
public enum __VSGETPROJFILESFLAGS
[FlagsAttribute]
public enum class __VSGETPROJFILESFLAGS
[<FlagsAttribute>]
type __VSGETPROJFILESFLAGS
public enum __VSGETPROJFILESFLAGS
Members
| Member name | Description | |
|---|---|---|
| GPFF_SKIPUNLOADEDPROJECTS | Skips the projects that will not be loaded (by user preference). |
Remarks
C++
See vsshell.idl.