Поделиться через


ModelingToolboxItemBase.ComponentType Property

Gets the ComponentType string that is shown in the tooltip for this item.

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

Syntax

'Декларация
Public Overrides ReadOnly Property ComponentType As String
    Get
public override string ComponentType { get; }
public:
virtual property String^ ComponentType {
    String^ get () override;
}
abstract ComponentType : string
override ComponentType : string
override function get ComponentType () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ModelingToolboxItemBase Class

Microsoft.VisualStudio.Modeling.Design Namespace