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(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。