Vixen
02b45cc4
csharp
public record class MenuCommand

A line that runs a command.

No guide page documents this yet — the page shows what the code says about itself.

Remarks

An id nothing has registered is skipped when the menu is built, rather than shown dead or thrown over: a menu model outlives the plugin whose commands it names.

Fields and properties (1)

  • public string CommandId

    Which one.

Methods (1)

  • public MenuCommand(string CommandId)

    A line that runs a command.

Used by (6)

  • DeclaredContributionTestsVixen.Editor.App.Tests
  • EditorAffordanceTestsVixen.Editor.App.Tests
  • MenuBarTestsVixen.Editor.App.Tests
  • MenuGroupVixen.Editor.Ui
  • MenuPresenterVixen.Editor.Ui
  • OutOfTreePluginTestsVixen.Editor.App.Tests