SPUserCodeWebPart.LoadControlState method
還原控制項從上一個頁面要求的狀態資訊。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Protected Overrides Sub LoadControlState ( _
state As Object _
)
'用途
Dim state As Object
Me.LoadControlState(state)
protected override void LoadControlState(
Object state
)
參數
state
Type: System.Object控制項狀態資訊。
備註
這個覆寫還原SPUserCodeWebPart的控制項狀態資訊。