_VIEWFRAMETYPE Enumeration

 

Specifies the view frame type.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

public enum _VIEWFRAMETYPE

Member nameDescription
vftAny

The view frame type is not specified.

vftCodeWindow

The view frame is a code window.

vftToolWindow

The view frame is a tool window.

From textmgr2.idl:

Return to top
Show: