WizardCommandAttribute Class

Marks the annotated class as a configuration wizard that can be found by the configuration design time tools.

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

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple := True, Inherited := True)> _
Public Class WizardCommandAttribute _
    Inherits CommandAttribute
[AttributeUsageAttribute(AttributeTargets.Assembly, AllowMultiple = true, Inherited = true)]
public class WizardCommandAttribute : CommandAttribute
[AttributeUsageAttribute(AttributeTargets::Assembly, AllowMultiple = true, Inherited = true)]
public ref class WizardCommandAttribute : public CommandAttribute
public class WizardCommandAttribute extends CommandAttribute

Inheritance Hierarchy

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

See Also

WizardCommandAttribute Members

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