Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
| ssfDefault | Default selection state. | |
| ssfColumn | This is a column selection state. |
Remarks
COM Signature
From textmgr.idl: