SPUserCodeWebPart.IPersonalizable.Save method
儲存自訂屬性和控制項的PersonalizationDictionary物件中的內部狀態資訊。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Private Sub Save ( _
state As PersonalizationDictionary _
) Implements IPersonalizable.Save
'用途
Dim instance As SPUserCodeWebPart
Dim state As PersonalizationDictionary
CType(instance, IPersonalizable).Save(state)
void IPersonalizable.Save(
PersonalizationDictionary state
)
參數
state
Type: System.Web.UI.WebControls.WebParts.PersonalizationDictionary包含自訂資料的物件。
Implements
IPersonalizable.Save(PersonalizationDictionary)
備註
SPUserCodeWebPart執行個體轉換成IPersonalizable介面時,才可以叫用這個方法。