SELECTIONSTATEFLAGS Enumeration

Represents the state of a selection so that it can be restored to that state.

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

Syntax

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

Members

Member name Description
ssfColumn  This is a column selection state.
ssfDefault  Default selection state.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace