Share via


GroupChild.Command<T> Method

Definition

Create an instance of group child placement for a command.

public static Microsoft.VisualStudio.Extensibility.Commands.GroupChild Command<T> ();
static member Command : unit -> Microsoft.VisualStudio.Extensibility.Commands.GroupChild
Public Shared Function Command(Of T) () As GroupChild

Type Parameters

T

The type of the command to be parented to the group.

Returns

The group child placement for a command.

Applies to