SELECTIONSTATE Structure

 

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

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

public struct SELECTIONSTATE

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from ValueType.)

System_CAPS_pubmethodGetHashCode()

(Inherited from ValueType.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from ValueType.)

NameDescription
System_CAPS_pubfielddwFlags

Combination of SELECTIONSTATEFLAGS enumeration values.

System_CAPS_pubfielddwReserved

Reserved for future use.

System_CAPS_pubfieldiActiveCol

Index of the active column.

System_CAPS_pubfieldiActiveLine

Index of the active line.

System_CAPS_pubfieldiAnchorCol

Index of the anchor column.

System_CAPS_pubfieldiAnchorLine

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.

Return to top
Show: