Compartir a través de


ToolbarChild.Command<T> Method

Definition

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.

Applies to