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