Share via


MenuChild.Command<T> Method

Definition

Create an instance of menu child placement for a command.

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

Type Parameters

T

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

Returns

The menu child placement for a command.

Applies to