다음을 통해 공유


AnchoredCommandAddedEventArgs(IDynamicCommand, String) Constructor

Definition

Initializes a new instance of the AnchoredCommandAddedEventArgs class.

public AnchoredCommandAddedEventArgs (Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand command, string dynamicCommandAnchorIdentifier);
new Microsoft.VisualStudio.Extensibility.Commands.AnchoredCommandAddedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.IDynamicCommand * string -> Microsoft.VisualStudio.Extensibility.Commands.AnchoredCommandAddedEventArgs
Public Sub New (command As IDynamicCommand, dynamicCommandAnchorIdentifier As String)

Parameters

command
IDynamicCommand

The command that is being added.

dynamicCommandAnchorIdentifier
String

The name of the dynamic command anchor that the command should be anchored to.

Applies to