VSConstants.SelectionElement Enum

Definition

Represents flags used in the OnElementValueChanged(UInt32, Object, Object) event handler.

public: enum class VSConstants::SelectionElement
enum VSConstants::SelectionElement
public enum VSConstants.SelectionElement
type VSConstants.SelectionElement = 
Public Enum VSConstants.SelectionElement
Inheritance
VSConstants.SelectionElement

Fields

DocumentFrame 2

IVsSelectionEvents.OnElementValueChanged flag: A document frame.

LastWindowFrame 7

IVsSelectionEvents.OnElementValueChanged flag: The most recently deactivated frame.

PropertyBrowserSID 4

IVsSelectionEvents.OnElementValueChanged flag: The property borowser.

ResultList 6

IVsSelectionEvents.OnElementValueChanged flag: The current result list.

StartupProject 3

IVsSelectionEvents.OnElementValueChanged flag: The startup project.

UndoManager 0

IVsSelectionEvents.OnElementValueChanged flag: The undo manager.

UserContext 5

IVsSelectionEvents.OnElementValueChanged flag: A user context.

WindowFrame 1

IVsSelectionEvents.OnElementValueChanged flag: A window frame.

Applies to