DataMenuCommand.Invoke Method
Invokes the menu command.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overrides NotOverridable Sub Invoke
public override sealed void Invoke()
public:
virtual void Invoke() override sealed
abstract Invoke : unit -> unit
override Invoke : unit -> unit
public override final function Invoke()
Remarks
The base implementation of this method delegates the call to Invoke and passes nulla null reference (Nothing in Visual Basic) for the argument.
.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.