IVsTrackSelectionEx Members
Include Protected Members
Include Inherited Members
Notifies the environment of a change in the current selection and provides access to hierarchy and item information relating to the new selection.
The IVsTrackSelectionEx type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCurrentSelection | Returns the current selection. | |
IsMyHierarchyCurrent | Determines whether the user's hierarchy is current. | |
OnElementValueChange | Informs the environment that a change in an element value has occurred. Element values are attached to a window's selection context and used in the same way to update the environment's user interface. | |
OnSelectChange | Reports that the current selection container has changed. (Inherited from ITrackSelection.) | |
OnSelectChange(ISelectionContainer) | Reports that the current selection container has changed. | |
OnSelectChangeEx | Informs the environment that a change in the current selection has occurred. |
Top