Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Finds a tool window within the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Public Enumeration __VSFINDTOOLWIN
'Utilisation
Dim instance As __VSFINDTOOLWIN
public enum __VSFINDTOOLWIN
public enum class __VSFINDTOOLWIN
public enum __VSFINDTOOLWIN
Members
| Member name | Description | |
|---|---|---|
| FTW_fForceCreate | Forces a tool window to be created. | |
| FTW_fFindFirst | Finds first multiinst tool window (ignores dwToolWinId). | |
| FTW_fFrameOnly | Gets the frame; no affect if there's an object behind it. |
Remarks
C++
See vsshell.idl.