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
参数
返回
表示工具箱项的显示名称的字符串String representing the display name for the Toolbox item