[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripMenuItem``1]
| C# | Visual Basic | Visual C++ |
public static ToolStripMenuItem CreateToolStripMenuItem<TCommand>() where TCommand : new(), ICommand
Public Shared Function CreateToolStripMenuItem(Of TCommand As {New, ICommand}) As ToolStripMenuItem
public: generic<typename TCommand> where TCommand : gcnew(), ICommand static ToolStripMenuItem^ CreateToolStripMenuItem()
- TCommand
[Missing <returns> documentation for M:MiniSqlQuery.Core.CommandControlBuilder.CreateToolStripMenuItem``1]