VsQueryEditFlags Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration VsQueryEditFlags
[FlagsAttribute]
public enum VsQueryEditFlags
[FlagsAttribute]
public enum class VsQueryEditFlags
[<FlagsAttribute>]
type VsQueryEditFlags
public enum VsQueryEditFlags

Members

Member name Description
AllowInMemoryEdits
AllowUnopenedProjects
CheckoutLatestVersion
CheckoutLocalVersion
DetectAnyChangedFile
DisallowInMemoryEdits
ForceEdit_NoPrompting
ForceInMemoryEdits
ImplicitEdit
NoReload
ReportOnly
SilentMode

See Also

Reference

Microsoft.VisualStudio.Shell Namespace