WebPartAdder.ICallbackEventHandler.GetCallbackResult method
傳回WebPartAdder控制項為目標的回呼事件的結果。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Function GetCallbackResult As String
Implements ICallbackEventHandler.GetCallbackResult
'用途
Dim instance As WebPartAdder
Dim returnValue As String
returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
stringICallbackEventHandler.GetCallbackResult()
傳回值
Type: System.String
回呼事件的結果。
Implements
ICallbackEventHandler.GetCallbackResult()
備註
這個方法只支援目前的預覽回呼事件。
此成員是明確介面成員實作。WebPartAdder執行個體轉換成ICallbackEventHandler介面時,才可以使用它。