CodeLensDetailPaneCommandSelectionMode 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.
Defines selection mode supported by a CodeLensDetailPaneCommand.
public enum class CodeLensDetailPaneCommandSelectionMode
public enum CodeLensDetailPaneCommandSelectionMode
type CodeLensDetailPaneCommandSelectionMode =
Public Enum CodeLensDetailPaneCommandSelectionMode
- Inheritance
-
CodeLensDetailPaneCommandSelectionMode
Fields
Name | Value | Description |
---|---|---|
None | 0 | CodeLensDetailPaneCommand doesn't support selection. |
SingleOrMultiple | 1 | CodeLensDetailPaneCommand requires at least one or more entries selected. |
Multiple | 2 | CodeLensDetailPaneCommand requires more than one entry selected. |
SpecificCount | 3 | CodeLensDetailPaneCommand requires specific number of selected entries. |