Events2::CommandEvents Property (String^, Int32)
Visual Studio 2015
Gets the CommandEvents for the specified command.
Assembly: EnvDTE80 (in EnvDTE80.dll)
property CommandEvents^ default[ String^ Guid = "{00000000-0000-0000-0000-000000000000}", int ID = 0 ] { CommandEvents^ get(String^ Guid = "{00000000-0000-0000-0000-000000000000}", int ID = 0); }
Parameters
- Guid
-
Type:
System::String^
Required. The GUID for the command group. If Guid is Null or Nothing, then CommandEvents returns a CommandEvents object representing all commands in the environment.
- ID
-
Type:
System::Int32
Required. An index into the command group for the particular command. If ID is Null or Nothing, then CommandEvents returns a CommandEvents object representing all commands in the group.
Implements
Events::CommandEvents[String^, Int32]
Show: