IVsOverrideTextViewAccessibilityState Interface
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.
Provides overrides for the default behavior of a text view’s MSAA implementation.
public interface class IVsOverrideTextViewAccessibilityState
public interface class IVsOverrideTextViewAccessibilityState
__interface IVsOverrideTextViewAccessibilityState
[System.Runtime.InteropServices.Guid("805DB878-BC47-4149-862A-A12725DBC434")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsOverrideTextViewAccessibilityState
[System.Runtime.InteropServices.Guid("805DB878-BC47-4149-862A-A12725DBC434")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsOverrideTextViewAccessibilityState
[<System.Runtime.InteropServices.Guid("805DB878-BC47-4149-862A-A12725DBC434")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsOverrideTextViewAccessibilityState = interface
[<System.Runtime.InteropServices.Guid("805DB878-BC47-4149-862A-A12725DBC434")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsOverrideTextViewAccessibilityState = interface
Public Interface IVsOverrideTextViewAccessibilityState
- Attributes
Remarks
You can override the behavior by setting the VSEDITPROPID_ViewGeneral_AccessibilityStateOverride property of the view.
Methods
GetOverrides(UInt32, UInt32) |
Gets the flags to override in the text view’s accessibility state. |