WikiEditPage.GetCallbackResult method
傳回目標網頁之後在處理網頁, 之回呼事件的結果。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Function GetCallbackResult As String
'用途
Dim instance As WikiEditPage
Dim returnValue As String
returnValue = instance.GetCallbackResult()
public string GetCallbackResult()
傳回值
Type: System.String
回呼的結果。
Implements
ICallbackEventHandler.GetCallbackResult()
備註
這個方法會將儲存的RaiseCallbackEvent(String)方法的回呼事件引數根據頁面儲存,並傳回ECMAScript (JavaScript, JScript)用來顯示結果。