GLDE_FLAGS2 Enumeration

Extends the GLDE_FLAGS enumeration.

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.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Syntax

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

Members

Member name Description
gldeUsePaintView Indicates that the global pointer to the view being painted is set and can be used.

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace