Compartir a través de


VsctGroupPlacement Class

Definition

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

Applies to