Finds a tool window within the environment.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
声明
Public Enumeration __VSFINDTOOLWIN
用法
Dim instance As __VSFINDTOOLWIN
public enum __VSFINDTOOLWIN
public enum class __VSFINDTOOLWIN
type __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.