DefaultTextViewOptions.ProduceScreenReaderFriendlyTextId Field

Definition

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) 

Field Value

Applies to