ToolWindowBase.GetToolWindowAttribute Method

Get the package ProvideToolWindowAttribute for this tool window.

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

Syntax

'Declaration
Protected Sub GetToolWindowAttribute ( _
    packageType As Type _
)
protected void GetToolWindowAttribute(
    Type packageType
)
protected:
void GetToolWindowAttribute(
    Type^ packageType
)
member GetToolWindowAttribute : 
        packageType:Type -> unit
protected function GetToolWindowAttribute(
    packageType : Type
)

Parameters

.NET Framework Security

See Also

Reference

ToolWindowBase Class

Microsoft.VisualStudio.TeamFoundation Namespace