Compartir a través de


DynamicCommandAnchor(CommandSet) Constructor

Definition

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.

Applies to