Share via


VIEWPREFERENCES3, structure

Supplies settings for text views; copies and extends VIEWPREFERENCES2.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop.11.0 (dans Microsoft.VisualStudio.TextManager.Interop.11.0.dll)

Syntaxe

'Déclaration
Public Structure VIEWPREFERENCES3
public struct VIEWPREFERENCES3
public value class VIEWPREFERENCES3
[<Sealed>]
type VIEWPREFERENCES3 =  struct end
JScript prend en charge l'utilisation de structures mais pas la déclaration de nouvelles structures.

Le type VIEWPREFERENCES3 expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals Indique si cette instance et un objet spécifié sont égaux. (Hérité de ValueType.)
Méthode publique GetHashCode Retourne le code de hachage de cette instance. (Hérité de ValueType.)
Méthode publique GetType Obtient le Type de l'instance actuelle. (Hérité de Object.)
Méthode publique ToString Retourne le nom de type qualifié complet de cette instance. (Hérité de ValueType.)

Début

Champs

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

Début

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Microsoft.VisualStudio.TextManager.Interop, espace de noms