DynamicCommandAnchor(CommandSet) 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 DynamicCommandAnchor class.
protected DynamicCommandAnchor (Microsoft.VisualStudio.Extensibility.Commands.CommandSet commadSet);
new Microsoft.VisualStudio.Extensibility.Commands.DynamicCommandAnchor : Microsoft.VisualStudio.Extensibility.Commands.CommandSet -> Microsoft.VisualStudio.Extensibility.Commands.DynamicCommandAnchor
Protected Sub New (commadSet As CommandSet)
Parameters
- commadSet
- CommandSet
The command set that the anchor belongs to.