ActionsPane.Invoke Method (Delegate, array<Object[]) (2007 System)

Provides the same functionality as the Control.Invoke(Delegate, array<Object[]) method.

Namespace:  Microsoft.Office.Tools
Assembly:  Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)

Syntax

'Declaration
Public Function Invoke ( _
    method As Delegate, _
    args As Object() _
) As Object
'Usage
Dim instance As ActionsPane 
Dim method As [Delegate]
Dim args As Object()
Dim returnValue As Object 

returnValue = instance.Invoke(method, _
    args)
public Object Invoke(
    Delegate method,
    Object[] args
)
public:
Object^ Invoke(
    Delegate^ method, 
    array<Object^>^ args
)
public function Invoke(
    method : Delegate, 
    args : Object[]
) : Object

Parameters

Return Value

Type: System.Object

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Invoke Overload

Microsoft.Office.Tools Namespace