CommandPlacement.VsctParent(Guid, UInt32, UInt16) Method

Definition

Create a placement configuration using the Guid/Id pair of a group defined via VSCT.

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

Parameters

guid
Guid

The guid of the group.

id
UInt32

The id of the group.

priority
UInt16

The placement of this command relative to other commands in the same VSCT defined group.

Returns

A CommandPlacement.

Applies to