ToolbarChild.Command<T> Method
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.
Create an instance of toolbar child placement for a command.
public static Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild Command<T> ();
static member Command : unit -> Microsoft.VisualStudio.Extensibility.Commands.ToolbarChild
Public Shared Function Command(Of T) () As ToolbarChild
Type Parameters
- T
The type of the command to be parented to the toolbar.
Returns
The toolbar child placement for a command.