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
'Usage
Dim instance As DataMenuCommand

instance.Invoke()
public override sealed void Invoke()
public:
virtual void Invoke() override sealed
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

DataMenuCommand Members

Invoke Overload

Microsoft.VisualStudio.Data.Framework Namespace