PredefinedEditorFeatureNames 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
包含已知的 FeatureDefinition 和分组的定义。
public ref class PredefinedEditorFeatureNames abstract sealed
public static class PredefinedEditorFeatureNames
type PredefinedEditorFeatureNames = class
Public Class PredefinedEditorFeatureNames
- 继承
-
PredefinedEditorFeatureNames
字段
| AsyncCompletion |
IntelliSense 完成的定义。 从和中递减 InteractivePopupEditor |
| CodeCleanup |
代码清理功能的定义。 |
| Completion |
IntelliSense 完成的定义。 从和中递减 InteractivePopupEditor |
| Editor |
构成核心编辑器的一组功能的定义。 |
| InteractivePopup |
交互弹出窗口中显示的功能组的定义。 递减自 Popup |
| Popup |
在弹出窗口中显示的功能组的定义。 |