次の方法で共有


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) 動作を使用します。

適用対象