共用方式為


SPRoleDefinition.Update method

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Sub Update
'用途
Dim instance As SPRoleDefinition

instance.Update()
public void Update()

Exceptions

Exception Condition
ArgumentException

ParentWeb屬性是 null 。

InvalidOperationException

角色定義的ParentWeb屬性被繼承自父網站。

備註

您只可以呼叫Update方法中實作ISecurableObject介面 (例如,Microsoft.SharePoint.SPWeb) 的Microsoft SharePoint Foundation物件繫結SPRoleDefinitionCollectionSPRoleDefinition物件上。

請參閱

參照

SPRoleDefinition class

SPRoleDefinition members

Microsoft.SharePoint namespace