IEditorSettings.HighlightWords 属性

适用于版本2

获取或设置是否要突出显示字词。

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

语法

声明
Property HighlightWords As Boolean 
    Get 
    Set
用法
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.HighlightWords

instance.HighlightWords = value
bool HighlightWords { get; set; }
property bool HighlightWords {
    bool get ();
    void set (bool value);
}
abstract HighlightWords : bool with get, set
function get HighlightWords () : boolean 
function set HighlightWords (value : boolean)

属性值

类型:System.Boolean
若要突出显示字词,则为 true;否则为 false。

请参阅

参考

IEditorSettings 接口

Microsoft.WebMatrix.Extensibility.Editor 命名空间