다음을 통해 공유


VsctGroupPlacement.WithPriority(UInt16) Method

Definition

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.

Applies to