Поделиться через


Свойство 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