还原控件从以前的页面请求的状态信息。
命名空间: Microsoft.SharePoint.WebPartPages
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overrides Sub LoadControlState ( _
state As Object _
)
用法
Dim state As Object
Me.LoadControlState(state)
protected override void LoadControlState(
Object state
)
参数
state
类型:System.Object控件状态信息。
备注
此重写还原SPUserCodeWebPart控件状态信息。