Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides overrides for the default behavior of a text view’s MSAA implementation.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Declaration
<GuidAttribute("805DB878-BC47-4149-862A-A12725DBC434")> _
<InterfaceTypeAttribute()> _
Public Interface IVsOverrideTextViewAccessibilityState
[GuidAttribute("805DB878-BC47-4149-862A-A12725DBC434")]
[InterfaceTypeAttribute()]
public interface IVsOverrideTextViewAccessibilityState
[GuidAttribute(L"805DB878-BC47-4149-862A-A12725DBC434")]
[InterfaceTypeAttribute()]
public interface class IVsOverrideTextViewAccessibilityState
[<GuidAttribute("805DB878-BC47-4149-862A-A12725DBC434")>]
[<InterfaceTypeAttribute()>]
type IVsOverrideTextViewAccessibilityState = interface end
public interface IVsOverrideTextViewAccessibilityState
The IVsOverrideTextViewAccessibilityState type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetOverrides | Gets the flags to override in the text view’s accessibility state. |
Top
Remarks
You can override the behavior by setting the VSEDITPROPID_ViewGeneral_AccessibilityStateOverride property of the view.