ActionsPane.EndInvoke-Methode (2007 System)

Aktualisiert: November 2007

Stellt die gleiche Funktionalität bereit wie die Control.EndInvoke-Methode.

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

Syntax

Public Function EndInvoke ( _
    asyncResult As IAsyncResult _
) As Object

Dim instance As ActionsPane
Dim asyncResult As IAsyncResult
Dim returnValue As Object

returnValue = instance.EndInvoke(asyncResult)
public Object EndInvoke(
    IAsyncResult asyncResult
)

Parameter

Rückgabewert

Typ: System.Object

Berechtigungen

Siehe auch

Referenz

ActionsPane-Klasse

ActionsPane-Member

Microsoft.Office.Tools-Namespace