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