Condividi tramite


Classe ImageMapAreasCollection

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

Gerarchia di ereditarietà

System.Object
  Microsoft.ReportingServices.ReportRendering.ImageMapAreasCollection

Spazio dei nomi  Microsoft.ReportingServices.ReportRendering
Assembly:  Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class ImageMapAreasCollection
'Utilizzo
Dim instance As ImageMapAreasCollection
public sealed class ImageMapAreasCollection
public ref class ImageMapAreasCollection sealed
[<SealedAttribute>]
type ImageMapAreasCollection =  class end
public final class ImageMapAreasCollection

Nel tipo ImageMapAreasCollection sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico ImageMapAreasCollection() Initializes a new instance of the ImageMapAreasCollection class.
Metodo pubblico ImageMapAreasCollection(Int32) Initializes a new instance of the ImageMapAreasCollection class with the specific capacity.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets the number of image map areas in the collection.
Proprietà pubblica Item Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds an image map area to the collection.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.ReportingServices.ReportRendering