CodeLensDetailEntryCommand 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
代表一個可從細節窗格調用的導航指令。
public ref class CodeLensDetailEntryCommand sealed
public sealed class CodeLensDetailEntryCommand
type CodeLensDetailEntryCommand = class
Public NotInheritable Class CodeLensDetailEntryCommand
- 繼承
-
CodeLensDetailEntryCommand
備註
指令只能有 CommandName 和 的對CommandSetCommandId,視程式碼執行的平台而定:
- 在 Windows 上, CommandSet 則使用 and CommandId 配對。
- 在 Mac 上,是用的 CommandName 。
建構函式
| 名稱 | Description |
|---|---|
| CodeLensDetailEntryCommand() |
代表一個可從細節窗格調用的導航指令。 |
屬性
| 名稱 | Description |
|---|---|
| CommandId |
指令 Id. |
| CommandName |
指令名稱。 |
| CommandSet |
指揮組 Guid。 |