EditorHints 枚举

定义

注意

This class is obsolete and will be removed in a future version.

此类已过时,将在将来的版本中删除。

此枚举支持其成员值的按位组合。

public enum class EditorHints
[System.Flags]
public enum EditorHints
[System.Flags]
[System.Obsolete("This class is obsolete and will be removed in a future version.")]
public enum EditorHints
[<System.Flags>]
type EditorHints = 
[<System.Flags>]
[<System.Obsolete("This class is obsolete and will be removed in a future version.")>]
type EditorHints = 
Public Enum EditorHints
继承
EditorHints
属性

字段

None 0

应使用语句完成的默认 (标记或代码) 编辑器行为。 编辑器始终可以使用默认行为,即使范围标记了不同的 CompletionType。

VirtualPath 1

指示如果编辑器支持,则应将虚拟路径完成用于此范围。 编辑器不需要支持此完成模式,如果不支持,他们将使用默认 (EditorHints.None) 行为。

适用于