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.OnQueryRemoveDirectories and IVsTrackProjectDocuments2.OnQueryRemoveDirectories, which are called by a project to determine whether directories can be removed from 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 VSQUERYREMOVEDIRECTORYFLAGS
[FlagsAttribute]
public enum VSQUERYREMOVEDIRECTORYFLAGS
[FlagsAttribute]
public enum class VSQUERYREMOVEDIRECTORYFLAGS
[<FlagsAttribute>]
type VSQUERYREMOVEDIRECTORYFLAGS
public enum VSQUERYREMOVEDIRECTORYFLAGS
Members
| Member name | Description | |
|---|---|---|
| VSQUERYREMOVEDIRECTORYFLAGS_padding | No flags yet. |
Remarks
COM Signature
From IVsTrackProjectDocumentsEvents2.idl:
typedef enum tagVSQUERYREMOVEDIRECTORYFLAGS
{
VSQUERYREMOVEDIRECTORYFLAGS_padding
} VSQUERYREMOVEDIRECTORYFLAGS;