共用方式為


SPWeb.UserCustomActions property

擷取重新整理的SPUserCustomActionCollection

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

Syntax

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

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

Property value

Type: Microsoft.SharePoint.SPUserCustomActionCollection
SPUserCustomActionCollection 從這個SPWeb。

請參閱

參照

SPWeb class

SPWeb members

Microsoft.SharePoint namespace