共用方式為


ToolboxTabNameAttribute 建構函式

初始化 ToolboxTabNameAttribute 類別的新執行個體。

命名空間:  Microsoft.Windows.Design
組件:  Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)

語法

'宣告
Public Sub New ( _
    tabName As String _
)
public ToolboxTabNameAttribute(
    string tabName
)
public:
ToolboxTabNameAttribute(
    String^ tabName
)
new : 
        tabName:string -> ToolboxTabNameAttribute
public function ToolboxTabNameAttribute(
    tabName : String
)

參數

  • tabName
    型別:System.String
    Visual Studio 工具箱索引標籤的名稱。 

.NET Framework 安全性

請參閱

參考

ToolboxTabNameAttribute 類別

Microsoft.Windows.Design 命名空間

其他資源

了解 WPF 設計工具擴充性