TextViewInitFlags3 Enumeration

Provides additional members to the TextViewInitFlags and TextViewInitFlags2 enumerations.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TextViewInitFlags3
[FlagsAttribute]
public enum TextViewInitFlags3
[FlagsAttribute]
public enum class TextViewInitFlags3
[<FlagsAttribute>]
type TextViewInitFlags3
public enum TextViewInitFlags3

Members

Member name Description
VIF_NO_HWND_SUPPORT The view does not create an HWND host.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace