__VSFINDTOOLWIN Enumeration

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_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.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace