Classe MapMarkerCollection
Represents a collection of MapMarker objects.
Gerarchia di ereditarietà
System.Object
Microsoft.ReportingServices.OnDemandReportRendering.ReportElementCollectionBase<MapMarker>
Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<MapMarker>
Microsoft.ReportingServices.OnDemandReportRendering.MapMarkerCollection
Spazio dei nomi Microsoft.ReportingServices.OnDemandReportRendering
Assembly: Microsoft.ReportingServices.ProcessingCore (in Microsoft.ReportingServices.ProcessingCore.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class MapMarkerCollection _
Inherits MapObjectCollectionBase(Of MapMarker)
'Utilizzo
Dim instance As MapMarkerCollection
public sealed class MapMarkerCollection : MapObjectCollectionBase<MapMarker>
public ref class MapMarkerCollection sealed : public MapObjectCollectionBase<MapMarker^>
[<SealedAttribute>]
type MapMarkerCollection =
class
inherit MapObjectCollectionBase<MapMarker>
end
public final class MapMarkerCollection extends MapObjectCollectionBase<MapMarker>
Nel tipo MapMarkerCollection sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets the number of items in the collection. Esegue l'override di ReportElementCollectionBase<T>.Count. |
![]() |
Item | Gets the item at the specified index. Ereditato da MapObjectCollectionBase<T>. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
GetEnumerator | Gets the enumerator for this ReportElementCollectionBase<T>. Ereditato da ReportElementCollectionBase<T>. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
ToString | Ereditato da Object. |
In alto
Implementazioni esplicite dell'interfaccia
Nome | Descrizione | |
---|---|---|
![]() ![]() |
IEnumerable.GetEnumerator | Infrastruttura. Gets the enumerator that iterates through the collection. Ereditato da ReportElementCollectionBase<T>. |
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.OnDemandReportRendering