Свойство SPSite.UserCustomActions

Gets the SPUserCustomActionCollection object that contains a list of SPUserCustomAction objects that are assigned to this site.

Пространство имен:  Microsoft.SharePoint
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public ReadOnly Property UserCustomActions As SPUserCustomActionCollection
    Get
'Применение
Dim instance As SPSite
Dim value As SPUserCustomActionCollection

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

Значение свойства

Тип: Microsoft.SharePoint.SPUserCustomActionCollection
A SPUserCustomActionCollection object.

Замечания

Примечание

This class is not thread safe.

См. также

Справочные материалы

SPSite класс

Элементы SPSite

Пространство имен Microsoft.SharePoint