Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
packageType
Type: System.Typeowner package type
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.