Partilhar via


Classe ImageMapAreasCollection

Represents areas in an image map. This class cannot be inherited.

Hierarquia de herança

System. . :: . .Object
  Microsoft.ReportingServices.ReportRendering..::..ImageMapAreasCollection

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

Sintaxe

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

O tipo ImageMapAreasCollection expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ImageMapAreasCollection() () () () Initializes a new instance of the ImageMapAreasCollection class.
Método público ImageMapAreasCollection(Int32) Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

Início

Propriedades

  Nome Descrição
Propriedade pública Count Gets the number of image map areas in the collection.
Propriedade pública Item Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Início

Métodos

  Nome Descrição
Método público Add Adds an image map area 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.