VsctGroupPlacement.WithPriority(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.
Creates a copy of the VsctGroupPlacement with the specified priority.
public Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement WithPriority (ushort priority);
member this.WithPriority : uint16 -> Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement
Public Function WithPriority (priority As UShort) As GroupPlacement
Parameters
- priority
- UInt16
The placement of this group relative to other group in the same VSCT defined menu or toolbar.
Returns
A new VsctGroupPlacement with the specified priority.