AddApplicationBlockCommandAttribute Class

Attribute class used to decorate the design time view model with a Add Application Block command.
Add Application Block commands are added to the configuration tools main menu, underneath the 'Blocks' menu item.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Class AddApplicationBlockCommandAttribute _
    Inherits CommandAttribute
public class AddApplicationBlockCommandAttribute : CommandAttribute
public ref class AddApplicationBlockCommandAttribute : public CommandAttribute
public class AddApplicationBlockCommandAttribute extends CommandAttribute

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.CommandAttribute
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design.AddApplicationBlockCommandAttribute

See Also

AddApplicationBlockCommandAttribute Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace