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.