ActivityToolboxItem.GetToolboxDisplayName(Type) 方法

定义

获取工具箱中的工具箱项的关联显示名称。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

参数

activityType
Type

要检索其显示名称的 Activity 的类型。The type of the Activity to retrieve the display name for.

返回

String

表示工具箱项的显示名称的字符串String representing the display name for the Toolbox item

适用于