ModelingToolboxItemBase.TabNameId 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 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.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property TabNameId As String
public string TabNameId { get; }
public:
property String^ TabNameId {
String^ get ();
}
member TabNameId : string with get
function get TabNameId () : String
Property Value
Type: String