WebPartAdder.ICallbackEventHandler.GetCallbackResult 方法
返回WebPartAdder控件为目标的回调事件的结果。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Private Function GetCallbackResult As String
Implements ICallbackEventHandler.GetCallbackResult
用法
Dim instance As WebPartAdder
Dim returnValue As String
returnValue = CType(instance, ICallbackEventHandler).GetCallbackResult()
stringICallbackEventHandler.GetCallbackResult()
返回值
类型:System.String
回调事件的结果。
实现
ICallbackEventHandler.GetCallbackResult()
备注
此方法仅支持当前预览回调事件。
此成员是成员显式接口实现。仅当WebPartAdder实例被强制转换为ICallbackEventHandler接口时,才可以使用它。