WebControlToolboxItem.GetToolType(IDesignerHost) 方法

定義

取得這個工具箱項目的型別。

public:
 Type ^ GetToolType(System::ComponentModel::Design::IDesignerHost ^ host);
public Type GetToolType (System.ComponentModel.Design.IDesignerHost host);
member this.GetToolType : System.ComponentModel.Design.IDesignerHost -> Type
Public Function GetToolType (host As IDesignerHost) As Type

參數

host
IDesignerHost

目前設計文件的 IDesignerHost

傳回

Type

這個工具箱項目的 Type

適用於