DefaultTextViewOptions.ProduceScreenReaderFriendlyTextId Feld
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt an, ob die Codierungs Zeichen und Sondersymbole (z. b. (,), {,} usw.) durch ihre Textdarstellung für automatisierte Objekte ersetzt werden sollen, um für Bildschirm Sprachausgaben einen freundlichen Text zu liefern.
public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ProduceScreenReaderFriendlyTextId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ProduceScreenReaderFriendlyTextId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> ProduceScreenReaderFriendlyTextId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>? ProduceScreenReaderFriendlyTextId;
staticval mutable ProduceScreenReaderFriendlyTextId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ProduceScreenReaderFriendlyTextId As EditorOptionKey(Of Boolean)