Bagikan melalui


CodeLensDetailPaneCommand Class

Definition

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.

Applies to