Share via


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

See Also

Reference

DataMenuCommand Class

Invoke Overload

Microsoft.VisualStudio.Data.Framework Namespace