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
‘선언
<FlagsAttribute> _
Public Enumeration VsQueryEditFlags
[FlagsAttribute]
public enum VsQueryEditFlags
Members
Member name | Description | |
---|---|---|
AllowInMemoryEdits | ||
ForceInMemoryEdits | ||
DisallowInMemoryEdits | ||
SilentMode | ||
ImplicitEdit | ||
ReportOnly | ||
NoReload | ||
ForceEdit_NoPrompting | ||
AllowUnopenedProjects | ||
CheckoutLocalVersion | ||
CheckoutLatestVersion | ||
DetectAnyChangedFile |