프로퍼티 | 타입 | 설명 | |
---|---|---|---|
toolboxHelper | global::Company.OrmLanguage.OrmLanguageToolboxHelper |
메소드 | 설명 | |
---|---|---|
CreateToolboxItems ( ) : global::System.Collections.Generic.IList |
Returns any dynamic tool items for the designer The default implementation is to return the list of items from the generated toolbox helper. |
|
GetToolboxItemData ( string itemId, |
Given a toolbox item "unique ID" and a data format identifier, returns the content of the data format.
|
|
Initialize ( ) : void |
Initialization method called by the package base class when this package is loaded.
|
메소드 | 설명 | |
---|---|---|
InitializeExtensions ( ) : void |
Partial method to initialize ExtensionRegistrars (if any) in the DslPackage
|
protected CreateToolboxItems ( ) : global::System.Collections.Generic.IList |
||
리턴 | global::System.Collections.Generic.IList |
protected GetToolboxItemData ( string itemId, |
||
itemId | string | The unique ToolboxItem to retrieve data for |
format | The desired format of the resulting data | |
리턴 | object |