SaveButton.SaveItem 方法
保存的列表项和签入并将其上载的文档库列表时。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable Function SaveItem As Boolean
用法
Dim returnValue As Boolean
returnValue = Me.SaveItem()
protected virtual bool SaveItem()
返回值
类型:System.Boolean
true如果操作成功,则否则为false。(默认实现总是返回true。参阅Remarks一节。)
备注
默认实现只需调用SaveItem(SPContext, Boolean, String)静态版本。