Compartir a través de


MenuChild.Anchor<T> Method

Definition

Create an instance of menu child placement for a dynamic command anchor.

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

Type Parameters

T

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

Returns

The menu child placement for a dynamic command anchor.

Applies to