CodeLensDetailPaneCommand Class
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.
Represents a navigation command in the detail pane.
public ref class CodeLensDetailPaneCommand sealed
public sealed class CodeLensDetailPaneCommand
type CodeLensDetailPaneCommand = class
Public NotInheritable Class CodeLensDetailPaneCommand
- Inheritance
-
CodeLensDetailPaneCommand
Constructors
CodeLensDetailPaneCommand() |
Properties
CommandArgs |
The command arguments. |
CommandDisplayName |
The command text displayed in the pane. |
CommandId |
The navigation command. |
RequiredSelectionCount |
Defines specific number of selected entries required by the command, used when SelectionMode is set to SpecificCount. |
SelectionMode |
Defines selection mode supported by the command. |