共用方式為


ModelingToolboxItem 建構函式 (String, Int32, String, Bitmap, String, String, String, String, ElementGroupPrototype, ICollection)

這個型別具有 SecurityCriticalAttribute 屬性,因此只能由 .NET Framework for Silverlight 類別庫使用。如果應用程式程式碼使用這個型別的任何成員,都會擲回 MethodAccessException。

[安全性關鍵]

從指定的資訊,初始化 ModelingToolboxItem 類別的新執行個體。

命名空間:  Microsoft.VisualStudio.Modeling.Design
組件:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)

語法

'宣告
Public Sub New ( _
    id As String, _
    position As Integer, _
    displayName As String, _
    bitmap As Bitmap, _
    tabNameId As String, _
    tabName As String, _
    f1Keyword As String, _
    tooltip As String, _
    prototype As ElementGroupPrototype, _
    toolboxFilters As ICollection _
)
public ModelingToolboxItem(
    string id,
    int position,
    string displayName,
    Bitmap bitmap,
    string tabNameId,
    string tabName,
    string f1Keyword,
    string tooltip,
    ElementGroupPrototype prototype,
    ICollection toolboxFilters
)

參數

  • position
    型別:System.Int32
    這個索引標籤的 DSL 產生設計工具中的工具箱項目之以零起始的索引。
  • displayName
    型別:System.String
    這個工具箱項目的當地語系化的顯示名稱。
  • bitmap
    型別:System.Drawing.Bitmap
    8 位元的點陣圖,表示這個工具箱項目,在 [工具箱]。
  • tabNameId
    型別:System.String
    識別項工具箱與這個工具箱項目有關聯的索引標籤。
    這個工具箱項目所關聯的 [工具箱] 索引標籤識別項。
  • tabName
    型別:System.String
    [工具箱] 索引標籤這個工具箱項目所關聯的當地語系化的名稱。
  • f1Keyword
    型別:System.String
    這個工具箱項目相關聯的 「 說明 」 主題的 F1 關鍵字。
  • tooltip
    型別:System.String
    這個工具箱項目的工具提示文字。

請參閱

參考

ModelingToolboxItem 類別

ModelingToolboxItem 多載

Microsoft.VisualStudio.Modeling.Design 命名空間