다음을 통해 공유


ToolboxItemWrapper.BitmapName 속성

정의

비트맵 이름을 가져오거나 설정합니다.

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

속성 값

비트맵 이름입니다.

설명

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

적용 대상