CommandUICommand Constructor (CommandUI.CommandRoot, String) (Compact 7)

3/12/2014

Use this constructor to create a menu or menu item rooted to a built-in menu.

Namespace: Microsoft.RemoteToolSdk.PluginComponents
Assembly: Microsoft.RemoteToolSdk (in microsoft.remotetoolsdk.dll)

Syntax

public CommandUICommand (
    CommandRoot root,
    string text
)
'Declaration
Public Sub New ( _
    root As CommandRoot, _
    text As String _
)

Parameters

  • root
    Where to root the menu
  • text
    Text of the menu

See Also

Reference

CommandUICommand Class
CommandUICommand Members
Microsoft.RemoteToolSdk.PluginComponents Namespace