Proprietà ToolboxTabNameAttribute.TabName

Ottiene la scheda della casella degli strumenti di Visual Studio utilizzata quando viene installato questo elemento.

Spazio dei nomi:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Sintassi

'Dichiarazione
Public Property TabName As String
    Get
    Private Set
public string TabName { get; private set; }
public:
property String^ TabName {
    String^ get ();
    private: void set (String^ value);
}
member TabName : string with get, private set
function get TabName () : String
private function set TabName (value : String)

Valore proprietà

Tipo: System.String
Nome della scheda della casella degli strumenti.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ToolboxTabNameAttribute Classe

Spazio dei nomi Microsoft.Windows.Design

Altre risorse

Informazioni sull'estensibilità Progettazione WPF