AnchoredCommandAddedEventArgs Class
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.
Event arguments for when a dynamic command is added to a command set and anchored to a dynamic command anchor.
public class AnchoredCommandAddedEventArgs : Microsoft.VisualStudio.Extensibility.Commands.CommandAddedEventArgs
type AnchoredCommandAddedEventArgs = class
inherit CommandAddedEventArgs
Public Class AnchoredCommandAddedEventArgs
Inherits CommandAddedEventArgs
- Inheritance
Constructors
AnchoredCommandAddedEventArgs(IDynamicCommand, String) |
Initializes a new instance of the AnchoredCommandAddedEventArgs class. |
Properties
Command |
Gets the command that is being added. (Inherited from CommandAddedEventArgs) |
DynamicCommandAnchorIdentifier |
Gets the name of the dynamic command anchor that this command should be anchored to. |