Compartir a través de


GroupPlacement.VsctParent(Guid, UInt32, UInt16) Method

Definition

Create a placement configuration using the Guid/Id pair of a menu or toolbar defined via VSCT.

public static Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement VsctParent (Guid guid, uint id, ushort priority);
static member VsctParent : Guid * uint32 * uint16 -> Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement
Public Shared Function VsctParent (guid As Guid, id As UInteger, priority As UShort) As GroupPlacement

Parameters

guid
Guid

The guid of the menu/toolbar.

id
UInt32

The id of the menu/toolbar.

priority
UInt16

The display order of the group relative to other groups parented to the same control.

Returns

A GroupPlacement.

Applies to