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
- 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
Microsoft.VisualStudio.Modeling.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic. |
Content bug fix. |