Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Indicates how the selection is moved or extended in a UIHierarchy window.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED")> _
Public Enumeration vsUISelectionType
[GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED")]
public enum vsUISelectionType
[GuidAttribute(L"28362492-B1E3-4998-94C6-0A2CDB5484ED")]
public enum class vsUISelectionType
[<GuidAttribute("28362492-B1E3-4998-94C6-0A2CDB5484ED")>]
type vsUISelectionType
public enum vsUISelectionType
Members
| Member name | Description | |
|---|---|---|
| vsUISelectionTypeSelect | The node is selected by itself. | |
| 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. | |
| vsUISelectionTypeExtend | The new node, the currently selected node, and all intervening nodes are selected. | |
| vsUISelectionTypeSetCaret | The new node is not selected; only the focus is given to it. |