Share via


StandardGroupPlacement Class

Definition

Defines where a group is placed.

public sealed class StandardGroupPlacement : Microsoft.VisualStudio.Extensibility.Commands.GroupPlacement, IEquatable<Microsoft.VisualStudio.Extensibility.Commands.StandardGroupPlacement>
type StandardGroupPlacement = class
    inherit GroupPlacement
    interface IEquatable<StandardGroupPlacement>
Public NotInheritable Class StandardGroupPlacement
Inherits GroupPlacement
Implements IEquatable(Of StandardGroupPlacement)
Inheritance
StandardGroupPlacement
Implements

Properties

ParentIdentifier

Gets the identifier of the parent.

RelativeDisplayOrder

Gets the display order of the group relative to other groups parented to the same control.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

Equals(StandardGroupPlacement)

Indicates whether the current object is equal to another object of the same type.

GetHashCode()

Serves as the default hash function.

Applies to