System.ComponentModel.ToolboxItemAttribute.ToolboxItemAttribute C# (CSharp) 메소드

ToolboxItemAttribute() 공개 메소드

public ToolboxItemAttribute ( Type toolboxItemType ) : System
toolboxItemType System.Type
리턴 System
        public ToolboxItemAttribute(Type toolboxItemType) {
            this.toolboxItemType = toolboxItemType;
            this.toolboxItemTypeName = toolboxItemType.AssemblyQualifiedName;
        }

Same methods

ToolboxItemAttribute::ToolboxItemAttribute ( bool defaultType ) : System
ToolboxItemAttribute::ToolboxItemAttribute ( string toolboxItemTypeName ) : System