IInstalledToolboxItemInfo 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기존 도구 상자 항목에 대한 정보를 제공합니다.
public interface class IInstalledToolboxItemInfo
public interface class IInstalledToolboxItemInfo
__interface IInstalledToolboxItemInfo
public interface IInstalledToolboxItemInfo
type IInstalledToolboxItemInfo = interface
Public Interface IInstalledToolboxItemInfo
- 파생
설명
패키지에 의해 구현되고 IToolboxItemCreator.GetItemInfo를 통해 제공됩니다.
속성
AssemblyName |
항목의 어셈블리 이름을 가져옵니다. |
CustomProperties |
대화 상자의 "사용자 지정" 열에 표시할 문자열을 가져오거나 사용자 지정 속성이 필요하지 않은 경우 null을 가져옵니다. |
TypeName |
항목의 전체 계층적 형식 이름(어셈블리 이름을 포함하지 않음)을 가져옵니다. |