This topic has not yet been rated - Rate this topic

vsUISelectionType Enumeration

Indicates how the selection is moved or extended in a UIHierarchy window.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED")] 
public enum vsUISelectionType
/** @attribute GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED") */ 
public enum vsUISelectionType
GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED") 
public enum vsUISelectionType
  Member name Description
vsUISelectionTypeExtend The new node, the currently selected node, and all intervening nodes are selected. 
vsUISelectionTypeSelect The node is selected by itself. 
vsUISelectionTypeSetCaret The new node is not selected; only the focus is given to it. 
vsUISelectionTypeToggle The selection state is toggled on the new node. That is, if the node was selected, it is no longer. If it was not selected, it now is the only selected node. 
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Advertisement