DefaultTextViewOptions.AutoScrollId-Feld
Bestimmt, ob in der Ansicht bei Textänderungen ein automatischer Bildlauf ausgeführt werden soll.
Namespace: Microsoft.VisualStudio.Text.Editor
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Shared ReadOnly AutoScrollId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> AutoScrollId
public:
static initonly EditorOptionKey<bool> AutoScrollId
static val AutoScrollId: EditorOptionKey<bool>
public static final var AutoScrollId : EditorOptionKey<boolean>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.