EditorHints Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |