GroupPlacement.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 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.