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


VIEWPREFERENCES3 - структура

Supplies settings for text views; copies and extends VIEWPREFERENCES2.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop.11.0 (в Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Синтаксис

'Декларация
Public Structure VIEWPREFERENCES3
public struct VIEWPREFERENCES3
public value class VIEWPREFERENCES3
[<Sealed>]
type VIEWPREFERENCES3 =  struct end
JScript поддерживает использование структур, но не объявление новых структур.

Тип VIEWPREFERENCES3 предоставляет следующие члены.

Методы

  Имя Описание
Открытый метод Equals Показывает, равен ли этот экземпляр заданному объекту. (Унаследовано от ValueType.)
Открытый метод GetHashCode Возвращает хэш-код для данного экземпляра. (Унаследовано от ValueType.)
Открытый метод GetType Возвращает объект Type для текущего экземпляра. (Унаследовано от Object.)
Открытый метод ToString Возвращает полное имя типа этого экземпляра. (Унаследовано от ValueType.)

В начало страницы

Поля

  Имя Описание
Открытое поле fActiveInModalState Determines whether view is active in a modal state.
Открытое поле fAutoDelimiterHighlight Determines whether automatic delimiter highlighting is allowed.
Открытое поле fClientDragDropFeedback Determines whether drag/drop feedback is enabled.
Открытое поле fDetectUTF8 Determines whether the view should detect UTF-8 encoding.
Открытое поле fDragDropEditing Determines whether drag/drop editing is allowed.
Открытое поле fDragDropMove Determines whether drag/drop moves are allowed.
Открытое поле fGoToAnchorAfterEscape Determines whether the user is sent to an anchor after pressing the ESC key.
Открытое поле fHighlightCurrentLine Determines whether current line highlighting is enabled.
Открытое поле fOvertype Determines whether insert or overtype is enabled. This value is not persisted.
Открытое поле fReadOnly Determines whether the view is read-only.
Открытое поле fSelectionMargin Determines whether the selection margin is displayed.
Открытое поле fTrackChanges Determines whether track changes is enabled.
Открытое поле fUndoCaretMovements Determines whether caret movements and text selections are included in undo list.
Открытое поле fVisibleWhitespace Determines whether spaces and tabs are shown.
Открытое поле fWidgetMargin Determines whether the widget margin is shown.
Открытое поле lEditorEmulation Determines whether the view should be in the Visual Studio default mode or some editor emulation mode.
Открытое поле uCompletorSize Determines the size of the IntelliSense completor.

В начало страницы

Потокобезопасность

Любые открытые члены этого типа, объявленные как static (Shared в Visual Basic), являются потокобезопасными. Потокобезопасность членов экземпляров не гарантируется.

См. также

Ссылки

Microsoft.VisualStudio.TextManager.Interop - пространство имен