GroupChild.Anchor<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create an instance of group child placement for a dynamic command anchor.
public static Microsoft.VisualStudio.Extensibility.Commands.GroupChild Anchor<T> ();
static member Anchor : unit -> Microsoft.VisualStudio.Extensibility.Commands.GroupChild
Public Shared Function Anchor(Of T) () As GroupChild
Type Parameters
- T
The type of the dynamic command anchor to be parented to the group.
Returns
The group child placement for a dynamic command anchor.