Partilhar via


Classe ActionCollection

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

Hierarquia de herança

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

Namespace:  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (em Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxe

'Declaração
Public NotInheritable Class ActionCollection
'Uso
Dim instance As ActionCollection
public sealed class ActionCollection
public ref class ActionCollection sealed
[<SealedAttribute>]
type ActionCollection =  class end
public final class ActionCollection

O tipo ActionCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ActionCollection Initializes a new instance of the ActionCollection class.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of items in the collection.
Propriedade pública Item Gets an item from the collection at the specified index.

Início

Métodos

  Nome Descrição
Método público Add Adds an Action object to the collection.
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.