Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Finds a tool window within the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration __VSFINDTOOLWIN
public enum __VSFINDTOOLWIN
public enum class __VSFINDTOOLWIN
type __VSFINDTOOLWIN
public enum __VSFINDTOOLWIN
Members
| Member name | Description | |
|---|---|---|
| FTW_fFindFirst | Finds first multiinst tool window (ignores dwToolWinId). | |
| FTW_fForceCreate | Forces a tool window to be created. | |
| FTW_fFrameOnly | Gets the frame; no affect if there's an object behind it. |
Remarks
C++
See vsshell.idl.