SPSite.UserCustomActions property
取得包含指派給這個站台的SPUserCustomAction物件清單的SPUserCustomActionCollection物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
Get
'用途
Dim instance As SPSite
Dim value As SPUserCustomActionCollection
value = instance.UserCustomActions
public SPUserCustomActionCollection UserCustomActions { get; }
Property value
Type: Microsoft.SharePoint.SPUserCustomActionCollection
SPUserCustomActionCollection 物件。
備註
注意事項 |
---|
這個類別不是執行緒安全。 |