Share via


MruListBox.DoNothingCommand Field

The do nothing routed command. Visual Studio binds to this command handler when a UI gesture (for example, a left double-click) should be ignored.

Namespace:  Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly DoNothingCommand As RoutedCommand
public static readonly RoutedCommand DoNothingCommand
public:
static initonly RoutedCommand^ DoNothingCommand
static val DoNothingCommand: RoutedCommand
public static final var DoNothingCommand : RoutedCommand

.NET Framework Security

See Also

Reference

MruListBox Class

Microsoft.VisualStudio.PlatformUI Namespace