共用方式為


SPList.UserCustomActions property

會取得使用者清單上定義的自訂動作的集合。

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

Syntax

'宣告
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
    Get
'用途
Dim instance As SPList
Dim value As SPUserCustomActionCollection

value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }

Property value

Type: Microsoft.SharePoint.SPUserCustomActionCollection
SPUserCustomAction 物件的集合。

請參閱

參照

SPList class

SPList members

Microsoft.SharePoint namespace