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

属性值

工具名称。

例外

初始化相应的 ToolboxItem 工具后,无法更改该工具的名称。

注解

如果工具的名称已更改,则会引发事件以指示属性值已更改。 设置操作是幂等的:如果程序集名称设置为已具有的值,则不会更改。

适用于