Bagikan melalui


CodeLensDetailEntryCommand Class

Definition

Represents a navigation command invokable from the details pane.

public ref class CodeLensDetailEntryCommand sealed
public sealed class CodeLensDetailEntryCommand
type CodeLensDetailEntryCommand = class
Public NotInheritable Class CodeLensDetailEntryCommand
Inheritance
CodeLensDetailEntryCommand

Remarks

A command can only have either the CommandName or the pair of CommandSet and CommandId, depending on the platform on which the code runs:

Constructors

CodeLensDetailEntryCommand()

Properties

CommandId

The command Id.

CommandName

The command name.

CommandSet

The command group Guid.

Applies to