GroupChild 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.
An instance of a control on a group.
public sealed class GroupChild : IEquatable<Microsoft.VisualStudio.Extensibility.Commands.GroupChild>
type GroupChild = class
interface IEquatable<GroupChild>
Public NotInheritable Class GroupChild
Implements IEquatable(Of GroupChild)
- Inheritance
-
GroupChild
- Implements
Properties
ChildIdentifier |
Gets the identifier of the child item. |
Methods
Anchor<T>() |
Create an instance of group child placement for a dynamic command anchor. |
Command<T>() |
Create an instance of group child placement for a command. |
Equals(GroupChild) | Indicates whether the current object is equal to another object of the same type. |
Equals(Object) | Determines whether the specified object is equal to the current object. |
GetHashCode() | Serves as the default hash function. |
Menu(MenuConfiguration) |
Create an instance of group child placement. |