CommandPlacement.VsctParent(Guid, UInt32, UInt16) 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 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.