DefaultTextViewOptions.ProduceScreenReaderFriendlyTextId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether or not to replace the coding characters and special symbols (such as (,),{,},etc.) with their textual representation for automated objects to produce friendly text for screen readers.
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;
staticval mutable ProduceScreenReaderFriendlyTextId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ProduceScreenReaderFriendlyTextId As EditorOptionKey(Of Boolean)