ActivityToolboxItem.GetToolboxImage(Type) 方法

定义

获取用于表示工具箱中的工具箱项的关联图像。

public:
 static System::Drawing::Image ^ GetToolboxImage(Type ^ activityType);
public static System.Drawing.Image GetToolboxImage (Type activityType);
static member GetToolboxImage : Type -> System.Drawing.Image
Public Shared Function GetToolboxImage (activityType As Type) As Image

参数

activityType
Type

要检索其工具箱图像的 Activity 的类型。

返回

Image

工具箱项的工具箱中显示的图像对象。

适用于