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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
ToolboxTabNameAttribute Classe
Namespace Microsoft.Windows.Design