Share via


MenuCommandService Class

Service class used to get top-level menu CommandModel instances.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class MenuCommandService
public class MenuCommandService
public ref class MenuCommandService
public class MenuCommandService

Remarks

In order to get an instance of this class, declare it as a constructor argument on the consuming component or use the IUnityContainer to obtain an instance from code.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services.MenuCommandService

See Also

MenuCommandService Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.Services Namespace