共用方式為


EditorStyleNames 類別

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

繼承階層架構

Object
  Microsoft.VisualStudio.Text.Editor.EditorStyleNames

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

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

EditorStyleNames 類型會公開下列成員。

欄位

  名稱 描述
公用欄位靜態成員 CollapsedAdornmentToolTipStyleName The name of the WPF style used for the collapsed adornment tooltip.

回頁首

備註

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

執行緒安全

這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。

請參閱

參考

Microsoft.VisualStudio.Text.Editor 命名空間