Share via


ModelingToolboxItemBase.TabName Property

Gets the name of the toolbox tab to contain this item. Should be localized.

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

Syntax

'Declaration
Public ReadOnly Property TabName As String
public string TabName { get; }
public:
property String^ TabName {
    String^ get ();
}
member TabName : string
function get TabName () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ModelingToolboxItemBase Class

Microsoft.VisualStudio.Modeling.Design Namespace