Share via


ToolbarChild.Anchor<T> Method

Definition

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

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

Type Parameters

T

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

Returns

The toolbar child placement for a dynamic command anchor.

Applies to