vsContextAttributes 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示上下文特性。
public enum class vsContextAttributes
public enum class vsContextAttributes
enum vsContextAttributes
[System.Runtime.InteropServices.Guid("59286EDC-D580-4E22-96C9-44D15B6148CC")]
public enum vsContextAttributes
[<System.Runtime.InteropServices.Guid("59286EDC-D580-4E22-96C9-44D15B6148CC")>]
type vsContextAttributes =
Public Enum vsContextAttributes
- 继承
-
vsContextAttributes
- 属性
字段
| vsContextAttributesGlobal | 1 | 全局上下文属性 |
| vsContextAttributesHighPriority | 3 | 高优先级上下文属性 |
| vsContextAttributesWindow | 2 | 窗口上下文特性 |