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

傳回

工具箱中顯示的影像物件,代表工具箱項目。

適用於