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 도구가 초기화된 후에는 도구 이름을 변경할 수 없습니다.

설명

도구 이름이 변경되면 속성 값이 변경되었음을 나타내는 이벤트가 발생합니다. 집합 작업은 idempotent입니다. 어셈블리 이름이 이미 있는 값으로 설정된 경우 변경되지 않습니다.

적용 대상