Compartilhar via


Construtor ToolboxTabNameAttribute

Initializes a new instance of the ToolboxTabNameAttribute class.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (em Microsoft.Windows.Design.Interaction.dll)

Sintaxe

'Declaração
Public Sub New ( _
    tabName As String _
)
public ToolboxTabNameAttribute(
    string tabName
)
public:
ToolboxTabNameAttribute(
    String^ tabName
)
new : 
        tabName:string -> ToolboxTabNameAttribute
public function ToolboxTabNameAttribute(
    tabName : String
)

Parâmetros

  • tabName
    Tipo: System.String
    O nome da Visual Studio guia de caixa de ferramentas. 

Segurança do .NET Framework

Consulte também

Referência

ToolboxTabNameAttribute Classe

Namespace Microsoft.Windows.Design

Outros recursos

Noções básicas sobre extensibilidade Designer WPF