Share via


ModelingToolboxItem.ComponentType Property

Always returns the empty string ("").

Namespace:  Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property ComponentType As String
'Usage
Dim instance As ModelingToolboxItem 
Dim value As String 

value = instance.ComponentType
public override string ComponentType { get; }
public:
virtual property String^ ComponentType {
    String^ get () override;
}
public override function get ComponentType () : String

Property Value

Type: System.String
The empty string.

Remarks

The Domain-Specific Language Tools (DSL Tools) use the Prototype property, and do not use the ComponentType property, to create on the design surface the item represented by the toolbox item.

.NET Framework Security

See Also

Reference

ModelingToolboxItem Class

ModelingToolboxItem Members

Microsoft.VisualStudio.Modeling.Design Namespace

Prototype

Change History

Date

History

Reason

July 2008

Added topic.

Content bug fix.