Share via


CurrentLocationSetMode Enumeration

Defines how the current location was set.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

Syntax

'Declaration
Public Enumeration CurrentLocationSetMode
public enum CurrentLocationSetMode
public enum class CurrentLocationSetMode
type CurrentLocationSetMode
public enum CurrentLocationSetMode

Members

Member name Description
ByKeyboard The current location was set by pressing a key.
ByMouse The current location was set by mouse hovering.

See Also

Reference

Microsoft.VisualStudio.PlatformUI Namespace