Метод | Описание | |
---|---|---|
CreateToolboxItems ( ) : global::System.Collections.Generic.IList |
Returns a list of custom toolbox items to be added dynamically
|
|
GetToolboxItem ( string itemId, global::Microsoft.VisualStudio.Modeling store ) : DslDesign::ModelingToolboxItem |
Returns instance of ModelingToolboxItem based on specified name. This method must be called from within a Transaction. Failure to do so will result in an exception
|
|
GetToolboxItemData ( string itemId, |
Given a toolbox item "unique ID" and a data format identifier, returns the content of the data format.
|
Метод | Описание | |
---|---|---|
CreateElementToolPrototype ( global::Microsoft.VisualStudio.Modeling store, global domainClassId ) : DslModeling::ElementGroupPrototype |
Creates an ElementGroupPrototype for the element tool corresponding to the given domain class id. Default behavior is to create a prototype containing an instance of the domain class. Derived classes may override this to add additional information to the prototype.
|
|
nHydrateToolboxHelperBase ( global serviceProvider ) : System |
Constructs a new nHydrateToolboxHelperBase.
|
Метод | Описание | |
---|---|---|
GetToolboxItem ( string itemId ) : DslDesign::ModelingToolboxItem |
Given a toolbox item "unique ID" returns the the toolbox item using cached dictionary
|
protected CreateElementToolPrototype ( global::Microsoft.VisualStudio.Modeling store, global domainClassId ) : DslModeling::ElementGroupPrototype | ||
store | global::Microsoft.VisualStudio.Modeling | |
domainClassId | global | |
Результат | DslModeling::ElementGroupPrototype |
public CreateToolboxItems ( ) : global::System.Collections.Generic.IList |
||
Результат | global::System.Collections.Generic.IList |
public GetToolboxItem ( string itemId, global::Microsoft.VisualStudio.Modeling store ) : DslDesign::ModelingToolboxItem | ||
itemId | string | unique name of desired ToolboxItem |
store | global::Microsoft.VisualStudio.Modeling | Store to perform the operation against |
Результат | DslDesign::ModelingToolboxItem |
public GetToolboxItemData ( string itemId, |
||
itemId | string | The unique ToolboxItem to retrieve data for |
format | The desired format of the resulting data | |
Результат | object |
protected nHydrateToolboxHelperBase ( global serviceProvider ) : System | ||
serviceProvider | global | |
Результат | System |