다음을 통해 공유


CommandAddedEventArgs(IDynamicCommand) Constructor

Definition

Initializes a new instance of the CommandAddedEventArgs class.

public CommandAddedEventArgs (Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand command);
new Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand -> Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs
Public Sub New (command As IDynamicCommand)

Parameters

command
IDynamicCommand

The command that is being added.

Applies to