ElementViewModel.CustomCommands Property
Returns the subset of custom CommandModel commands from Commands
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public ReadOnly Property CustomCommands As IEnumerable(Of CommandModel)
public IEnumerable<CommandModel> CustomCommands { get; }
public:
property IEnumerable<CommandModel^>^ CustomCommands {
IEnumerable<CommandModel^>^ get ();
}
public function get CustomCommands () : IEnumerable<CommandModel>
See Also
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace