_IVsMsoOleAccDispObj Interface
The dispatch interface that also implements IAccessible.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
<GuidAttribute("5ACEB159-4442-4C84-8099-80FD11FD2CA2")> _
Public Interface _IVsMsoOleAccDispObj _
Inherits IAccessible
[GuidAttribute("5ACEB159-4442-4C84-8099-80FD11FD2CA2")]
public interface _IVsMsoOleAccDispObj : IAccessible
[GuidAttribute(L"5ACEB159-4442-4C84-8099-80FD11FD2CA2")]
public interface class _IVsMsoOleAccDispObj : IAccessible
[<GuidAttribute("5ACEB159-4442-4C84-8099-80FD11FD2CA2")>]
type _IVsMsoOleAccDispObj =
interface
interface IAccessible
end
public interface _IVsMsoOleAccDispObj extends IAccessible
The _IVsMsoOleAccDispObj type exposes the following members.
Properties
Name | Description | |
---|---|---|
accChild | Gets the child. This property is deprecated. | |
accChildCount | Gets the number of children. This property is deprecated. | |
accDefaultAction | Gets the default action. This property is deprecated. | |
accDescription | Gets the description. This property is deprecated. | |
accFocus | Gets the focus. This property is deprecated. | |
accHelp | Gets the help string. This property is deprecated. | |
accHelpTopic | Gets the help topic. This property is deprecated. | |
accKeyboardShortcut | Gets the keyboard shortcut. This property is deprecated. | |
accName | Gets the name of the object. | |
accParent | Gets the parent. This property is deprecated. | |
accRole | Gets the role. This property is deprecated. | |
accSelection | Gets the selection. This property is deprecated. | |
accState | Gets the state. This property is deprecated. | |
accValue | Gets the value. This property is deprecated. | |
Application | Gets the DTE object. | |
Creator | Gets the ID of the application. |
Top
Methods
Name | Description | |
---|---|---|
accDoDefaultAction | Performs the default action. This method is deprecated. | |
accHitTest | Gets the object at the specified coordinates. This method is deprecated. | |
accLocation | Gets the location of the control. This method is deprecated. | |
accNavigate | Navigates to another object. This method is deprecated. | |
accSelect | Selects an object. This method is deprecated. |
Top