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。