VsQueryEditFlags 枚举
此枚举有一个 FlagsAttribute 特性,通过该特性可使其成员值按位组合。
命名空间: Microsoft.VisualStudio.Shell
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
<FlagsAttribute> _
Public Enumeration VsQueryEditFlags
[FlagsAttribute]
public enum VsQueryEditFlags
成员
成员名称 | 说明 | |
---|---|---|
AllowInMemoryEdits | ||
ForceInMemoryEdits | ||
DisallowInMemoryEdits | ||
SilentMode | ||
ImplicitEdit | ||
ReportOnly | ||
NoReload | ||
ForceEdit_NoPrompting | ||
AllowUnopenedProjects | ||
CheckoutLocalVersion | ||
CheckoutLatestVersion | ||
DetectAnyChangedFile |