DefaultTextViewOptions.ProduceScreenReaderFriendlyTextId Field

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.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

'Declaration
Public Shared ReadOnly ProduceScreenReaderFriendlyTextId As EditorOptionKey(Of Boolean)
public static readonly EditorOptionKey<bool> ProduceScreenReaderFriendlyTextId
public:
static initonly EditorOptionKey<bool> ProduceScreenReaderFriendlyTextId
static val ProduceScreenReaderFriendlyTextId: EditorOptionKey<bool>
public static final var ProduceScreenReaderFriendlyTextId : EditorOptionKey<boolean>

.NET Framework Security

See Also

Reference

DefaultTextViewOptions Class

Microsoft.VisualStudio.Text.Editor Namespace