SettingChangedEventArgs 类

适用于版本2

提供 SettingChanged 事件中使用的键。

继承层次结构

System.Object
  System.EventArgs
    Microsoft.WebMatrix.Extensibility.Editor.SettingChangedEventArgs

命名空间:  Microsoft.WebMatrix.Extensibility.Editor
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
Public Class SettingChangedEventArgs _
    Inherits EventArgs
用法
Dim instance As SettingChangedEventArgs
public class SettingChangedEventArgs : EventArgs
public ref class SettingChangedEventArgs : public EventArgs
type SettingChangedEventArgs =  
    class 
        inherit EventArgs 
    end
public class SettingChangedEventArgs extends EventArgs

SettingChangedEventArgs 类型公开以下成员。

构造函数

  名称 说明
公共方法 SettingChangedEventArgs 初始化 SettingChangedEventArgs 类的新实例。

页首

属性

  名称 说明
公共属性 SettingKey 获取或设置设置键。

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

字段

  名称 说明
公共字段静态成员 AddQuotesToHtmlAttributesKey 为 HTML 格式设置中的 HTML 特性值添加引号。
公共字段静态成员 AutoFormatCodeKey 自动设置代码键格式。
公共字段静态成员 BracePositionOnNewLineCSharpKey 用大括号括起 C# 中的位置键。
公共字段静态成员 BracePositionOnNewLineCssKey 用大括号括起 CSS 中的位置键。
公共字段静态成员 BracePositionOnNewLineJScriptKey 用大括号括起 JScript 中的位置键。
公共字段静态成员 BracePositionOnNewLinePhpKey 用大括号括起 PHP 中的位置键。
公共字段静态成员 DebugNoTabColorsKey 调试无选项卡颜色键。
公共字段静态成员 FontFamilyKey 字体系列键。
公共字段静态成员 FontSizeKey 字体大小键。
公共字段静态成员 HighlightWordsKey 突出显示字词键。
公共字段静态成员 HtmlAttributesOnSeparateLinesKey 将 HTML 元素特性放置在单独的行键上。
公共字段静态成员 InsertBracesKey 插入大括号键。
公共字段静态成员 InsertClosingTagsKey 插入结束标记键。
公共字段静态成员 InsertSpacesForTabsKey 插入空格代替制表符键。
公共字段静态成员 JQueryMobileHtmlIntellisenseKey 用于在 HTML 文件中启用 jQuery Mobile Intellisense 的键。
公共字段静态成员 LastAccessedDirectoryKey 上次访问的目录键。
公共字段静态成员 LastSelectedCategoryKey 上次选择的类别键。
公共字段静态成员 LastSelectedTemplateKey 上次选择的模板键。
公共字段静态成员 LineNumbersEnabledKey 启用行号的键。
公共字段静态成员 SearchAsYouTypeKey 键入时搜索键。
公共字段静态成员 ShowWhiteSpacesKey 显示空格键。
公共字段静态成员 SupplementalHtmlIntellisenseOptionsKey 一组补充 HTML 选项的键。
公共字段静态成员 SurfaceBackgroundBrushKey 界面背景画笔键。
公共字段静态成员 SyncTreeSelectionKey 同步树选择键。
公共字段静态成员 TabSizeKey 制表符大小键。
公共字段静态成员 ThemeFileLocationKey 主题文件位置键。
公共字段静态成员 ValidationEnabledKey 启用验证(语法检查)键。
公共字段静态成员 WordWrapEnabledKey 启用自动换行的键。

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.WebMatrix.Extensibility.Editor 命名空间