共用方式為


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

[工具箱] 專案中顯示的影像物件。

適用於