ToolsMenuItemBase.Invoke Method ()

 

Applies To: SQL Server 2016 Preview

When overridden in a derived class, executes a delegate on the thread that owns the control's underlying window handle.

Namespace:   Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer
Assembly:  SqlWorkbench.Interfaces (in SqlWorkbench.Interfaces.dll)

Syntax

protected abstract void Invoke()
protected:
virtual void Invoke() abstract
abstract Invoke : unit -> unit
Protected MustOverride Sub Invoke

See Also

ToolsMenuItemBase Class
Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer Namespace

Return to top