VSQUERYRENAMEDIRECTORYFLAGS Enumeration

Flags specifying caller options per directory. The flags are associated with IVsTrackProjectDocuments2.OnQueryRenameDirectories and IVsTrackProjectDocumentsEvents2.OnQueryRenameDirectories, which are called by a project to determine whether directories can be renamed.

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 VSQUERYRENAMEDIRECTORYFLAGS
[FlagsAttribute]
public enum VSQUERYRENAMEDIRECTORYFLAGS
[FlagsAttribute]
public enum class VSQUERYRENAMEDIRECTORYFLAGS
[<FlagsAttribute>]
type VSQUERYRENAMEDIRECTORYFLAGS
public enum VSQUERYRENAMEDIRECTORYFLAGS

Members

Member name Description
VSQUERYRENAMEDIRECTORYFLAGS_padding No flags yet.

Remarks

COM Signature

From IVsTrackProjectDocumentsEvents2.idl:

typedef enum tagVSQUERYRENAMEDIRECTORYFLAGS
{
   VSQUERYRENAMEDIRECTORYFLAGS_padding
} VSQUERYRENAMEDIRECTORYFLAGS;

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace