ActivityToolboxDisplayAttribute Class

Used to automatically display additional activities in the Visual Studio design toolbox.

Inheritance Hierarchy

System.Object
  System.Attribute
    Microsoft.SharePoint.WorkflowActions.ActivityToolboxDisplayAttribute

Namespace:  Microsoft.SharePoint.WorkflowActions
Assembly:  Microsoft.SharePoint.WorkflowActions (in Microsoft.SharePoint.WorkflowActions.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Class)> _
Public Class ActivityToolboxDisplayAttribute _
    Inherits Attribute
'Usage
Dim instance As ActivityToolboxDisplayAttribute
[AttributeUsageAttribute(AttributeTargets.Class)]
public class ActivityToolboxDisplayAttribute : Attribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ActivityToolboxDisplayAttribute Members

Microsoft.SharePoint.WorkflowActions Namespace