ModelingToolboxItemBase.ComponentType Property
This type has a SecurityCriticalAttribute attribute, which restricts it to internal use by the .NET Framework for Silverlight class library. Application code that uses any member of this type throws a MethodAccessException.
[SECURITY CRITICAL]
Gets the ComponentType string that is shown in the tooltip for this item.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property ComponentType As String
public override string ComponentType { get; }
public:
virtual property String^ ComponentType {
String^ get () override;
}
abstract ComponentType : string with get
override ComponentType : string with get
override function get ComponentType () : String
Property Value
Type: System.String