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.
Flags specifying caller options per directory. The flags are associated with IVsTrackProjectDocumentsEvents2.OnQueryAddDirectories and IVsTrackProjectDocuments2.OnQueryAddDirectories, which are called by a project to determine whether directories can be added to the project.
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 VSQUERYADDDIRECTORYFLAGS
[FlagsAttribute]
public enum VSQUERYADDDIRECTORYFLAGS
[FlagsAttribute]
public enum class VSQUERYADDDIRECTORYFLAGS
[<FlagsAttribute>]
type VSQUERYADDDIRECTORYFLAGS
public enum VSQUERYADDDIRECTORYFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSQUERYADDDIRECTORYFLAGS_padding | No flags yet. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYADDDIRECTORYFLAGS
{
VSQUERYADDDIRECTORYFLAGS_padding
} VSQUERYADDDIRECTORYFLAGS;