ProvideToolWindowAttribute Constructor (Type^)

 

Initializes a new instance of ProvideToolWindowAttribute.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideToolWindowAttribute(
	Type^ toolType
)

Parameters

toolType
Type: System::Type^

The type of the tool window.

Return to top
Show: