VSConstants.SelectionElement Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
UndoManager | 0 | IVsSelectionEvents.OnElementValueChanged flag: The undo manager. |
WindowFrame | 1 | IVsSelectionEvents.OnElementValueChanged flag: A window frame. |
DocumentFrame | 2 | IVsSelectionEvents.OnElementValueChanged flag: A document frame. |
StartupProject | 3 | IVsSelectionEvents.OnElementValueChanged flag: The startup project. |
PropertyBrowserSID | 4 | IVsSelectionEvents.OnElementValueChanged flag: The property borowser. |
UserContext | 5 | IVsSelectionEvents.OnElementValueChanged flag: A user context. |
ResultList | 6 | IVsSelectionEvents.OnElementValueChanged flag: The current result list. |
LastWindowFrame | 7 | IVsSelectionEvents.OnElementValueChanged flag: The most recently deactivated frame. |