SPMobileSaveNavigation.TrySaveItem 方法
保存批注、 公告、 或其他列表项,在 SharePoint 移动网站。
命名空间: Microsoft.SharePoint.Mobile.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Overridable Function TrySaveItem As Boolean
用法
Dim instance As SPMobileSaveNavigation
Dim returnValue As Boolean
returnValue = instance.TrySaveItem()
public virtual bool TrySaveItem()
返回值
类型:System.Boolean
true如果成功保存项目。否则为false。
备注
SPMobileSaveNavigation控件的CommandControl属性的Click事件调用此方法。