SPField.Update 方法 (Boolean)
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub Update ( _
pushChangesToLists As Boolean _
)
用法
Dim instance As SPField
Dim pushChangesToLists As Boolean
instance.Update(pushChangesToLists)
public void Update(
bool pushChangesToLists
)
参数
pushChangesToLists
类型:System.Booleantrue将更改传播到实现字段 ; 的列表否则为false。
异常
异常 | 条件 |
---|---|
SPException | 在操作过程中遇到错误。 |