Класс ActionCollection

Represents a collection of Action objects. This class cannot be inherited.

Иерархия наследования

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ActionCollection

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

Синтаксис

'Декларация
Public NotInheritable Class ActionCollection
'Применение
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection =  class end
public final class ActionCollection

Тип ActionCollection обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод ActionCollection Initializes a new instance of the ActionCollection class.

В начало

Свойства

  Имя Описание
Открытое свойство Count Gets the number of items in the collection.
Открытое свойство Item Gets an item from the collection at the specified index.

В начало

Методы

  Имя Описание
Открытый метод Add Adds an Action object to the collection.
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод ToString (Производный от Object.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.