ActivityToolboxItem.GetToolboxDisplayName(Type) Method

Definition

Gets the associated display name for the Toolbox item in the Toolbox.

public:
 static System::String ^ GetToolboxDisplayName(Type ^ activityType);
public static string GetToolboxDisplayName (Type activityType);
static member GetToolboxDisplayName : Type -> string
Public Shared Function GetToolboxDisplayName (activityType As Type) As String

Parameters

activityType
Type

The type of the Activity to retrieve the display name for.

Returns

String representing the display name for the Toolbox item.

Applies to