Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Public Function FindWindowPane ( _
toolWindowType As Type, _
id As Integer, _
create As Boolean _
) As WindowPane
'Usage
Dim instance As Package
Dim toolWindowType As Type
Dim id As Integer
Dim create As Boolean
Dim returnValue As WindowPane
returnValue = instance.FindWindowPane(toolWindowType, _
id, create)
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
- id
Type: System.Int32
- create
Type: System.Boolean
Return Value
Type: Microsoft.VisualStudio.Shell.WindowPane
.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.