Udostępnij za pośrednictwem


ModelingToolboxItemBase.TabNameId Property

Gets non-localized name Id of the toolbox tab to contain this item. Must NOT 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 TabNameId As String
public string TabNameId { get; }
public:
property String^ TabNameId {
    String^ get ();
}
member TabNameId : string
function get TabNameId () : String

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ModelingToolboxItemBase Class

Microsoft.VisualStudio.Modeling.Design Namespace