CommandBarEventsClass Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Inheritance Hierarchy
System.Object
EnvDTE.CommandBarEventsClass
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("BFD4B2B2-9EEC-4DB8-ABA0-AC316F4C7328")> _
Public Class CommandBarEventsClass _
Implements _CommandBarControlEvents, CommandBarEvents, _dispCommandBarControlEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute("BFD4B2B2-9EEC-4DB8-ABA0-AC316F4C7328")]
public class CommandBarEventsClass : _CommandBarControlEvents,
CommandBarEvents, _dispCommandBarControlEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"BFD4B2B2-9EEC-4DB8-ABA0-AC316F4C7328")]
public ref class CommandBarEventsClass : _CommandBarControlEvents,
CommandBarEvents, _dispCommandBarControlEvents_Event
[<ClassInterfaceAttribute()>]
[<GuidAttribute("BFD4B2B2-9EEC-4DB8-ABA0-AC316F4C7328")>]
type CommandBarEventsClass =
class
interface _CommandBarControlEvents
interface CommandBarEvents
interface _dispCommandBarControlEvents_Event
end
public class CommandBarEventsClass implements _CommandBarControlEvents, CommandBarEvents, _dispCommandBarControlEvents_Event
The CommandBarEventsClass type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CommandBarEventsClass | Infrastructure. Microsoft Internal Use Only. |
Top
Methods
Name | Description | |
---|---|---|
add_Click | Infrastructure. Microsoft Internal Use Only. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
remove_Click | Infrastructure. Microsoft Internal Use Only. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
Click | Occurs when the OnAction property for the corresponding CommandBarControl object is set or returned. |
Top
Remarks
Refer to CommandBarEvents for this functionality. Do not instantiate from this class.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.