다음을 통해 공유


IToolboxItemInfo 인터페이스

정의

도구 상자 항목을 만들 수 있는 관리되는 형식에 대한 정보를 제공합니다.

public interface class IToolboxItemInfo
public interface class IToolboxItemInfo
__interface IToolboxItemInfo
public interface IToolboxItemInfo
type IToolboxItemInfo = interface
Public Interface IToolboxItemInfo

설명

패키지에 의해 구현되고 IToolboxItemDiscovery.GetItemInfo를 통해 제공됩니다.

속성

DisplayName

도구 상자 항목의 표시 이름을 가져옵니다.

ExtraInfo

사용자가 항목을 만들기로 선택한 경우 IToolboxItemCreator.CreateToolboxItem에 전달될 이름-값 쌍의 컬렉션을 가져옵니다.

Icon

도구 상자 항목의 아이콘을 파일 경로, 바이트 배열, 비트맵 또는 IntPtr로 가져옵니다.

TransparentColor

도구 상자 이미지에서 투명으로 렌더링될 배경색을 가져옵니다. System.Drawing.Color 또는 System.Windows.Media.Color일 수 있습니다. 다른 형식 또는 null 값은 예외가 throw됩니다.

메서드

GetPropertyValue(String)

속성 ID가 지정되면 이 항목에 해당하는 값을 반환합니다.

적용 대상