ProvideToolWindowAttribute Constructor

Initializes a new instance of ProvideToolWindowAttribute.

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

Syntax

'宣言
Public Sub New ( _
    toolType As Type _
)
'使用
Dim toolType As Type

Dim instance As New ProvideToolWindowAttribute(toolType)
public ProvideToolWindowAttribute(
    Type toolType
)
public:
ProvideToolWindowAttribute(
    Type^ toolType
)
public function ProvideToolWindowAttribute(
    toolType : Type
)

Parameters

  • toolType
    Type: System.Type

    The type of the tool window.

Permissions

See Also

Reference

ProvideToolWindowAttribute Class

ProvideToolWindowAttribute Members

Microsoft.VisualStudio.Shell Namespace