VsctGroupPlacement Class
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.
Defines where a group is placed onto a VSCT defined control.
public sealed class VsctGroupPlacement : Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.VsctGroupPlacement>
type VsctGroupPlacement = class
inherit GroupPlacement
interface IEquatable<VsctGroupPlacement>
Public NotInheritable Class VsctGroupPlacement
Inherits GroupPlacement
Implements IEquatable(Of VsctGroupPlacement)
- Inheritance
- Implements
Properties
Priority |
Gets the display order of the group relative to other groups parented to the same control. |
VsctParentId |
Gets the legacy parent identifier. |
Methods
Equals(Object) | Determines whether the specified object is equal to the current object. |
Equals(VsctGroupPlacement) | Indicates whether the current object is equal to another object of the same type. |
GetHashCode() | Serves as the default hash function. |
WithPriority(UInt16) |
Creates a copy of the VsctGroupPlacement with the specified priority. |