次の方法で共有


_CommandBarActiveX Interface

This interface is not supported in Visual Studio 2010.

Namespace:  Microsoft.VisualStudio.CommandBars
Assembly:  Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)

Syntax

'宣言
<GuidAttribute("7F1EE169-15BE-44BE-B21E-6339FC029807")> _
Public Interface _CommandBarActiveX _
    Inherits CommandBarControl
[GuidAttribute("7F1EE169-15BE-44BE-B21E-6339FC029807")]
public interface _CommandBarActiveX : CommandBarControl

The _CommandBarActiveX type exposes the following members.

Properties

  Name Description
Public property accChild[Object] This property is deprecated.
Public property accChild[Object] Gets the child. This property is deprecated. (Inherited from CommandBarControl.)
Public property accChildCount This property is deprecated.
Public property accChildCount Gets the number of children. This property is deprecated. (Inherited from CommandBarControl.)
Public property accDefaultAction[Object] This property is deprecated.
Public property accDefaultAction[Object] Gets the default action. This property is deprecated. (Inherited from CommandBarControl.)
Public property accDescription[Object] This property is deprecated.
Public property accDescription[Object] Gets the description. This property is deprecated. (Inherited from CommandBarControl.)
Public property accFocus This property is deprecated.
Public property accFocus Gets the focus. This property is deprecated. (Inherited from CommandBarControl.)
Public property accHelp[Object] This property is deprecated.
Public property accHelp[Object] Gets the help string. This property is deprecated. (Inherited from CommandBarControl.)
Public property accHelpTopic[String%, Object] This property is deprecated.
Public property accHelpTopic[String%, Object] Gets the help topic. This property is deprecated. (Inherited from CommandBarControl.)
Public property accKeyboardShortcut[Object] This property is deprecated.
Public property accKeyboardShortcut[Object] Gets the keyboard shortcut. (Inherited from CommandBarControl.)
Public property accName[Object] This property is deprecated.
Public property accName[Object] Gets the name of the object. (Inherited from CommandBarControl.)
Public property accParent This property is deprecated.
Public property accParent Gets the parent. This property is deprecated. (Inherited from CommandBarControl.)
Public property accRole[Object] This property is deprecated.
Public property accRole[Object] Gets the role. This property is deprecated. (Inherited from CommandBarControl.)
Public property accSelection This property is deprecated.
Public property accSelection Gets the selection. This property is deprecated. (Inherited from CommandBarControl.)
Public property accState[Object] This property is deprecated.
Public property accState[Object] Gets the state. This property is deprecated. (Inherited from CommandBarControl.)
Public property accValue[Object] This property is deprecated.
Public property accValue[Object] Gets the value. This property is deprecated. (Inherited from CommandBarControl.)
Public property Application This property is deprecated.
Public property Application Gets the DTE object. (Inherited from CommandBarControl.)
Public property BeginGroup This property is deprecated.
Public property BeginGroup Determines whether this control is the first in its group. (Inherited from CommandBarControl.)
Public property BuiltIn This property is deprecated.
Public property BuiltIn Determines whether this control is a custom control or a built-in control. (Inherited from CommandBarControl.)
Public property Caption This property is deprecated.
Public property Caption Gets or sets the caption of the control. (Inherited from CommandBarControl.)
Public property Control This property is deprecated.
Public property Control Gets the control itself. (Inherited from CommandBarControl.)
Public property ControlCLSID This property is deprecated.
Public property Creator This property is deprecated.
Public property Creator Gets the ID of the application. (Inherited from CommandBarControl.)
Public property DescriptionText This property is deprecated.
Public property DescriptionText Always returns the empty string. (Inherited from CommandBarControl.)
Public property Enabled This property is deprecated.
Public property Enabled Determines whether the control is enabled. (Inherited from CommandBarControl.)
Public property Height This property is deprecated.
Public property Height Gets or sets the height of the control. (Inherited from CommandBarControl.)
Public property HelpContextId This property is deprecated.
Public property HelpContextId Gets the help context ID. Always returns 0. (Inherited from CommandBarControl.)
Public property HelpFile This property is deprecated.
Public property HelpFile Always returns the empty string. (Inherited from CommandBarControl.)
Public property Id This property is deprecated.
Public property Id Gets the ID of the control. (Inherited from CommandBarControl.)
Public property Index This property is deprecated.
Public property Index Gets the index of this control in the set of controls on the command bar. (Inherited from CommandBarControl.)
Public property InitWith This property is deprecated.
Public property InstanceId This property is deprecated.
Public property InstanceId Gets the instance ID of this control. (Inherited from CommandBarControl.)
Public property IsPriorityDropped This property is deprecated.
Public property IsPriorityDropped Always returns false. (Inherited from CommandBarControl.)
Public property Left This property is deprecated.
Public property Left Gets the left coordinates. This property is deprecated. (Inherited from CommandBarControl.)
Public property OLEUsage This property is deprecated.
Public property OLEUsage Gets or sets the OLE usage. This property is deprecated. (Inherited from CommandBarControl.)
Public property OnAction This property is deprecated.
Public property OnAction Gets or sets the OnAction string. (Inherited from CommandBarControl.)
Public property Parameter This property is deprecated.
Public property Parameter Gets or sets the parameter that is used with the command. (Inherited from CommandBarControl.)
Public property Parent This property is deprecated.
Public property Parent Gets the parent command bar. (Inherited from CommandBarControl.)
Public property Priority This property is deprecated.
Public property Priority Gets the priority. Always returns 1. (Inherited from CommandBarControl.)
Public property QueryControlInterface This property is deprecated.
Public property Tag This property is deprecated.
Public property Tag Gets or sets the tag (Inherited from CommandBarControl.)
Public property TooltipText This property is deprecated.
Public property TooltipText Gets or sets the tooltip text. (Inherited from CommandBarControl.)
Public property Top This property is deprecated.
Public property Top Gets the top. This property is deprecated. (Inherited from CommandBarControl.)
Public property Type This property is deprecated.
Public property Type Gets the type of the control. (Inherited from CommandBarControl.)
Public property Visible This property is deprecated.
Public property Visible Determines whether this control is visible. (Inherited from CommandBarControl.)
Public property Width This property is deprecated.
Public property Width Gets or sets the width of the control. (Inherited from CommandBarControl.)

Top

Methods

  Name Description
Public method accDoDefaultAction(Object) This method is deprecated.
Public method accDoDefaultAction(Object) Performs the default action. This method is deprecated. (Inherited from CommandBarControl.)
Public method accHitTest(Int32, Int32) This method is deprecated.
Public method accHitTest(Int32, Int32) Gets the object at the specified coordinates. This method is deprecated. (Inherited from CommandBarControl.)
Public method accLocation(Int32%, Int32%, Int32%, Int32%, Object) This method is deprecated.
Public method accLocation(Int32%, Int32%, Int32%, Int32%, Object) Gets the location of the control. This method is deprecated. (Inherited from CommandBarControl.)
Public method accNavigate(Int32, Object) This method is deprecated.
Public method accNavigate(Int32, Object) Navigates to another object. This method is deprecated. (Inherited from CommandBarControl.)
Public method accSelect(Int32, Object) This method is deprecated.
Public method accSelect(Int32, Object) Selects an object. This method is deprecated. (Inherited from CommandBarControl.)
Public method Copy(Object, Object) This method is deprecated.
Public method Copy(Object, Object) Copies this control to the specified position on the specified command bar. (Inherited from CommandBarControl.)
Public method Delete(Object) This method is deprecated.
Public method Delete(Object) Removes this control from the collection. (Inherited from CommandBarControl.)
Public method EnsureControl This method is deprecated.
Public method Execute() This method is deprecated.
Public method Execute() Performs the action of this control. (Inherited from CommandBarControl.)
Public method Move(Object, Object) This method is deprecated.
Public method Move(Object, Object) Moves this control to the specified command bar at the specified position. (Inherited from CommandBarControl.)
Public method Reserved1() This method is deprecated.
Public method Reserved1() Reserved. (Inherited from CommandBarControl.)
Public method Reserved2() This method is deprecated.
Public method Reserved2() Reserved. (Inherited from CommandBarControl.)
Public method Reserved3() This method is deprecated.
Public method Reserved3() Reserved. (Inherited from CommandBarControl.)
Public method Reserved4() This method is deprecated.
Public method Reserved4() Reserved. (Inherited from CommandBarControl.)
Public method Reserved5() This method is deprecated.
Public method Reserved5() Reserved. (Inherited from CommandBarControl.)
Public method Reserved6() This method is deprecated.
Public method Reserved6() Reserved. (Inherited from CommandBarControl.)
Public method Reserved7() This method is deprecated.
Public method Reserved7() Reserved. (Inherited from CommandBarControl.)
Public method Reset() This method is deprecated.
Public method Reset() Resets the control. (Inherited from CommandBarControl.)
Public method SetFocus() This method is deprecated.
Public method SetFocus() Sets the focus on the control. (Inherited from CommandBarControl.)
Public method SetInnerObjectFactory This method is deprecated.

Top

See Also

Reference

Microsoft.VisualStudio.CommandBars Namespace