AnchoredCommandAddedEventArgs(IDynamicCommand, String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.