共用方式為


ToolboxItemWrapper.ToolName 屬性

定義

取得或設定工具的名稱。

public:
 property System::String ^ ToolName { System::String ^ get(); void set(System::String ^ value); };
public string ToolName { get; set; }
member this.ToolName : string with get, set
Public Property ToolName As String

屬性值

String

工具名稱。

例外狀況

工具的名稱無法在初始化對應的 ToolboxItem 之後變更。

備註

如果工具的名稱變更,就會引發事件,表示屬性值已變更。 設定作業是等冪的:如果組件名稱設定為已經存在的值,則沒有變更。

適用於