Share via


EditorHints Enum

Definition

Caution

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

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

This enumeration supports a bitwise combination of its member values.

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
Inheritance
EditorHints
Attributes

Fields

Name Value Description
None 0

The default (Markup or Code) editor behavior for Statement completion should be used. Editors can always use the default behavior, even if the span is labeled with a different CompletionType.

VirtualPath 1

Indicates that Virtual Path completion should be used for this span if the editor supports it. Editors need not support this mode of completion, and will use the default (EditorHints.None) behavior if they do not support it.

Applies to