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.
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
'Usage
Dim instance As __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.