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) 行為。

適用於