ProvideToolWindowAttribute(Type) Construtor

Definição

Inicializa uma nova instância de ProvideToolWindowAttribute.

public:
 ProvideToolWindowAttribute(Type ^ toolType);
public:
 ProvideToolWindowAttribute(Platform::Type ^ toolType);
public ProvideToolWindowAttribute (Type toolType);
new Microsoft.VisualStudio.Shell.ProvideToolWindowAttribute : Type -> Microsoft.VisualStudio.Shell.ProvideToolWindowAttribute
Public Sub New (toolType As Type)

Parâmetros

toolType
Type

O tipo da janela de ferramentas.

Aplica-se a