Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
1/5/2010
Determines where a command should be placed.
Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)
Syntax
[FlagsAttribute]
public enum CommandRoot
'Declaration
<FlagsAttribute> _
Public Enumeration CommandRoot
Members
| Member name | Description |
|---|---|
| ConnectionMenu | Add this command to the Connection menu. |
| CustomMenu | This is a custom menu, which means it is off the top-level menu. |
| EditMenu | Add this command to the Edit menu. |
| FileMenu | Add this command to the File menu. |
| HelpMenu | Add this command to the Help menu. |
| None | Not used. |
| ToolsMenu | Add this command to the Tools menu. |
| ViewMenu | Add this command to the View menu. |
| WindowMenu | Add this command to the Window menu. |
Remarks
Can be one or more of the values.