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이 초기화된 후 도구 이름을 변경할 수 없는 경우

설명

도구의 이름이 변경되면 속성 값이 변경되었음을 알리는 이벤트가 발생합니다. 설정 작업은 idempotent이므로 어셈블리 이름을 이미 있는 값으로 설정하는 경우 변경이 수행되지 않습니다.

적용 대상