ProvideToolWindowAttribute(Type) Constructor

Definition

Initializes a new instance of 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)

Parameters

toolType
Type

Type of the tool window

Applies to