CommandGroupConfiguration.Children Property
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.
Gets the set of children that should be parented to this group.
public Microsoft.VisualStudio.Extensibility.Commands.GroupChild[]? Children { get; init; }
member this.Children : Microsoft.VisualStudio.Extensibility.Commands.GroupChild[] with get, set
Public Property Children As GroupChild()