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

请参阅

参考

Microsoft.VisualStudio.TextManager.Interop 命名空间