Share via


Package.FindWindowPane Method

Gets the window pane corresponding to the specified type and ID, and if no window pane of that type exists creates one if told to do so.

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

Syntax

'Declaration
Public Function FindWindowPane ( _
    toolWindowType As Type, _
    id As Integer, _
    create As Boolean _
) As WindowPane
public WindowPane FindWindowPane(
    Type toolWindowType,
    int id,
    bool create
)
public:
WindowPane^ FindWindowPane(
    Type^ toolWindowType, 
    int id, 
    bool create
)
member FindWindowPane : 
        toolWindowType:Type * 
        id:int * 
        create:bool -> WindowPane
public function FindWindowPane(
    toolWindowType : Type, 
    id : int, 
    create : boolean
) : WindowPane

Parameters

  • toolWindowType
    Type: System.Type

    The type of the window to be created.

  • create
    Type: System.Boolean

    true to create a window pane if none exists, otherwise false.

Return Value

Type: Microsoft.VisualStudio.Shell.WindowPane
The WindowPane.

.NET Framework Security

See Also

Reference

Package Class

Microsoft.VisualStudio.Shell Namespace