共用方式為


ToolboxTabNameAttribute.TabName 屬性

取得在安裝此項目時使用的 Visual Studio 工具箱索引標籤。

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

語法

'宣告
Public Property TabName As String
    Get
    Private Set
public string TabName { get; private set; }
public:
property String^ TabName {
    String^ get ();
    private: void set (String^ value);
}
member TabName : string with get, private set
function get TabName () : String
private function set TabName (value : String)

屬性值

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

.NET Framework 安全性

請參閱

參考

ToolboxTabNameAttribute 類別

Microsoft.Windows.Design 命名空間

其他資源

了解 WPF 設計工具擴充性