다음을 통해 공유


VSConstants.SelectionElement Enumeration

IVsSelectionEvents.OnElementValueChanged flags.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
Public Enumeration SelectionElement
‘사용 방법
Dim instance As VSConstants.SelectionElement
public enum SelectionElement
public enum class SelectionElement
type SelectionElement
public enum SelectionElement

Members

Member name Description
UndoManager IVsSelectionEvents.OnElementValueChanged flag: The undo manager.
WindowFrame IVsSelectionEvents.OnElementValueChanged flag: A window frame.
DocumentFrame IVsSelectionEvents.OnElementValueChanged flag: A document frame.
StartupProject IVsSelectionEvents.OnElementValueChanged flag: The startup project.
PropertyBrowserSID IVsSelectionEvents.OnElementValueChanged flag: The property borowser.
UserContext IVsSelectionEvents.OnElementValueChanged flag: A user context.

See Also

Reference

Microsoft.VisualStudio Namespace