ActionsPane.BeginInvoke 方法 (Delegate)
在建立執行窗格控制項基礎控制代碼的執行緒上,以非同步方式執行指定的委派。
命名空間: Microsoft.Office.Tools
組件: Microsoft.Office.Tools.Common (在 Microsoft.Office.Tools.Common.dll 中)
語法
'宣告
Function BeginInvoke ( _
method As Delegate _
) As IAsyncResult
IAsyncResult BeginInvoke(
Delegate method
)
參數
- method
型別:System.Delegate
沒有參數的方法委派。
傳回值
型別:System.IAsyncResult
BeginInvoke(Delegate) 作業的結果。
備註
此方法提供和 Control.BeginInvoke(Delegate) 方法相同的功能。 如需使用這個方法的詳細資訊,請參閱 Control.BeginInvoke(Delegate)。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。