GetSelectedAtomFlags Enumeration

Specifies when to match a selected atom.

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 GetSelectedAtomFlags
[FlagsAttribute]
public enum GetSelectedAtomFlags
[FlagsAttribute]
public enum class GetSelectedAtomFlags
[<FlagsAttribute>]
type GetSelectedAtomFlags
public enum GetSelectedAtomFlags

Members

Member name Description
gsaDefault Matches an atom when the selection is 1) empty and to the left of it, or 2) exactly selecting it.

Remarks

COM Signature

From textmgr.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace