SELECTIONSTATE Structure
Visual Studio 2015
Represents the state of a selection so that it can be restored to that state.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from ValueType.) |
![]() | GetHashCode() | (Inherited from ValueType.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() | dwFlags | Combination of SELECTIONSTATEFLAGS enumeration values. |
![]() | dwReserved | Reserved for future use. |
![]() | iActiveCol | Index of the active column. |
![]() | iActiveLine | Index of the active line. |
![]() | iAnchorCol | Index of the anchor column. |
![]() | iAnchorLine | Index of the anchor line. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

