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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.