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

Syntax

'Declaration
Public Enumeration _VIEWFRAMETYPE
public enum _VIEWFRAMETYPE
public enum class _VIEWFRAMETYPE
type _VIEWFRAMETYPE
public enum _VIEWFRAMETYPE

Members

Member name Description
vftAny The view frame type is not specified.
vftCodeWindow The view frame is a code window.
vftToolWindow The view frame is a tool window.

Remarks

COM Signature

From textmgr2.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace