DefaultElementCollectionAddCommand.ChildCommands Property
Child CommandModel commands to this command.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ChildCommands As IEnumerable(Of CommandModel)
public override IEnumerable<CommandModel> ChildCommands { get; }
public:
virtual property IEnumerable<CommandModel^>^ ChildCommands {
IEnumerable<CommandModel^>^ get () override;
}
public override function get ChildCommands () : IEnumerable<CommandModel>
See Also
DefaultElementCollectionAddCommand Class
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace