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.12.0 (in Microsoft.VisualStudio.Shell.12.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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.