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 | |
---|---|---|
Equals | Indique si cette instance et un objet spécifié sont égaux. (Hérité de ValueType.) | |
GetHashCode | Retourne le code de hachage de cette instance. (Hérité de ValueType.) | |
GetType | Obtient le Type de l'instance actuelle. (Hérité de Object.) | |
ToString | Retourne le nom de type qualifié complet de cette instance. (Hérité de ValueType.) |
Début
Champs
Nom | Description | |
---|---|---|
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. |
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.