Share via


CommandEventsClass Class

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
<ClassInterfaceAttribute()> _
<GuidAttribute("1DED92B5-9A46-4B29-93EF-B5E07016659E")> _
Public Class CommandEventsClass _
    Implements _CommandEvents, CommandEvents, _dispCommandEvents_Event
'Usage
Dim instance As CommandEventsClass
[ClassInterfaceAttribute()]
[GuidAttribute("1DED92B5-9A46-4B29-93EF-B5E07016659E")]
public class CommandEventsClass : _CommandEvents, 
    CommandEvents, _dispCommandEvents_Event
[ClassInterfaceAttribute()]
[GuidAttribute(L"1DED92B5-9A46-4B29-93EF-B5E07016659E")]
public ref class CommandEventsClass : _CommandEvents, 
    CommandEvents, _dispCommandEvents_Event
public class CommandEventsClass implements _CommandEvents, CommandEvents, _dispCommandEvents_Event

Remarks

Refer to CommandEvents for this functionality. Do not instantiate from this class.

Inheritance Hierarchy

System.Object
  EnvDTE.CommandEventsClass

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.

See Also

Reference

CommandEventsClass Members

EnvDTE Namespace