共用方式為


ActionsPane.EndInvoke 方法

擷取指定非同步操作的傳回值。

命名空間:  Microsoft.Office.Tools
組件:  Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)

語法

'宣告
Function EndInvoke ( _
    asyncResult As IAsyncResult _
) As Object
Object EndInvoke(
    IAsyncResult asyncResult
)

參數

傳回值

型別:System.Object
非同步作業產生的 Object

備註

此方法提供和 Control.EndInvoke 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.EndInvoke

.NET Framework 安全性

請參閱

參考

ActionsPane 介面

Microsoft.Office.Tools 命名空間

其他資源

執行窗格概觀