Compartir a través de


Clase ImageMapAreasCollection

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

Jerarquía de herencia

System.Object
  Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection

Espacio de nombres:  Microsoft.ReportingServices.ReportRendering
Ensamblado:  Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)

Sintaxis

'Declaración
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

El tipo ImageMapAreasCollection expone los siguientes miembros.

Constructores

  Nombre Descripción
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.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Count Gets the number of image map areas in the collection.
Propiedad pública Item Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

Arriba

Métodos

  Nombre Descripción
Método público Add Adds an image map area to the collection.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.ReportingServices.ReportRendering