Condividi tramite


Classe EditorStyleNames

The names of various editor components where the component's style can be defined by the program hosting the editor.

Gerarchia di ereditarietà

Object
  Microsoft.VisualStudio.Text.Editor.EditorStyleNames

Spazio dei nomi:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class EditorStyleNames
public static class EditorStyleNames
public ref class EditorStyleNames abstract sealed
[<AbstractClass>]
[<Sealed>]
type EditorStyleNames =  class end
public final class EditorStyleNames

Il tipo EditorStyleNames espone i seguenti membri.

Campi

  Nome Descrizione
Campo pubblicoMembro statico CollapsedAdornmentToolTipStyleName The name of the WPF style used for the collapsed adornment tooltip.

In alto

Note

Custom styles need to be defined and placed in the application's ResourceDictionary.

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.Text.Editor