This member overrides ToolboxItem.ComponentType.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Overrides ReadOnly Property ComponentType As String
'使用
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
Permissions
- 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.