ModelingToolboxItem Class
Represents a toolbox item generated in the Domain-Specific Language Tools (DSL Tools).
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
System.Drawing.Design::ToolboxItem
Microsoft.VisualStudio.Modeling.Design::ModelingToolboxItemBase
Microsoft.VisualStudio.Modeling.Design::ModelingToolboxItem
| Name | Description | |
|---|---|---|
![]() | ModelingToolboxItem(SerializationInfo^, StreamingContext) | Initializes a new instance of the ModelingToolboxItem class from serialized data. |
![]() | ModelingToolboxItem(String^, Int32, String^, Bitmap^, String^, String^, String^, String^, ElementGroupPrototype^, ICollection^) | Initializes a new instance of the ModelingToolboxItem class from the specified information. |
| Name | Description | |
|---|---|---|
![]() | AssemblyName | (Inherited from ToolboxItem.) |
![]() | Bitmap | (Inherited from ToolboxItem.) |
![]() | Company | (Inherited from ToolboxItem.) |
![]() | ComponentType | Gets the ComponentType string that is shown in the tooltip for this item.(Inherited from ModelingToolboxItemBase.) |
![]() | ContextSensitiveHelpKeyword | Gets context sensitive help keyword of the toolbox item. Should NOT be localized.(Inherited from ModelingToolboxItemBase.) |
![]() | DependentAssemblies | (Inherited from ToolboxItem.) |
![]() | Description | (Inherited from ToolboxItem.) |
![]() | DisplayName | (Inherited from ToolboxItem.) |
![]() | Filter | (Inherited from ToolboxItem.) |
![]() | Id | Gets the unique identified of this toolbox item.(Inherited from ModelingToolboxItemBase.) |
![]() | IsTransient | (Inherited from ToolboxItem.) |
![]() | Locked | (Inherited from ToolboxItem.) |
![]() | Position | Gets the suggested position of the toolbox item.(Inherited from ModelingToolboxItemBase.) |
![]() | Properties | (Inherited from ToolboxItem.) |
![]() | Prototype | Gets or sets the information required to create an ElementGroup for this toolbox item. |
![]() | TabName | Gets the name of the toolbox tab to contain this item. Should be localized.(Inherited from ModelingToolboxItemBase.) |
![]() | TabNameId | Gets non-localized name Id of the toolbox tab to contain this item. Must NOT be localized.(Inherited from ModelingToolboxItemBase.) |
![]() | TypeName | (Inherited from ToolboxItem.) |
![]() | Version | (Inherited from ToolboxItem.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ToolboxContextOrigin | Specifies the key that indicates that a copy operation originated in the Toolbox. This field is constant. |
| Name | Description | |
|---|---|---|
![]() | ComponentsCreated | (Inherited from ToolboxItem.) |
![]() | ComponentsCreating | (Inherited from ToolboxItem.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ISerializable::GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from ToolboxItem.) |
This class provides standard toolbox item information, and also information to add to the diagram when a user of the DSL drags an item from the toolbox to the design surface. The DSL Tools generate these toolbox items from the DSL definition. You can create additional toolbox items in your code.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







