DslDefinitionModelToolboxHelperBase.CreateToolboxItems Method
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.dll)
Syntax
'Declaration
Public Overridable Function CreateToolboxItems As IList(Of ModelingToolboxItem)
'Usage
Dim instance As DslDefinitionModelToolboxHelperBase
Dim returnValue As IList(Of ModelingToolboxItem)
returnValue = instance.CreateToolboxItems()
public virtual IList<ModelingToolboxItem> CreateToolboxItems()
public:
virtual IList<ModelingToolboxItem^>^ CreateToolboxItems()
public function CreateToolboxItems() : IList<ModelingToolboxItem>
Return Value
Type: System.Collections.Generic.IList<ModelingToolboxItem>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DslDefinitionModelToolboxHelperBase Class