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 | |
---|---|---|
ImageMapAreasCollection() () () () | Initializes a new instance of the ImageMapAreasCollection class. | |
ImageMapAreasCollection(Int32) | Initializes a new instance of the ImageMapAreasCollection class with the specific capacity. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets the number of image map areas in the collection. | |
Item | Gets an ImageMapArea object at the specified index within the ImageMapAreasCollection. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds an image map area to the collection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
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.