MapCustomColorCollection Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Mewakili kumpulan MapCustomColor objek.
public ref class MapCustomColorCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapCustomColor ^>
public sealed class MapCustomColorCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapCustomColor>
type MapCustomColorCollection = class
inherit MapObjectCollectionBase<MapCustomColor>
Public NotInheritable Class MapCustomColorCollection
Inherits MapObjectCollectionBase(Of MapCustomColor)
- Warisan
-
MapCustomColorCollection
Properti
Count |
Mendapatkan jumlah item dalam koleksi. |
Item[Int32] |
Mendapatkan item pada indeks yang ditentukan. (Diperoleh dari MapObjectCollectionBase<T>) |
Metode
CreateMapObject(Int32) |
Membuat objek peta berdasarkan item dengan indeks yang ditentukan dalam koleksi. (Diperoleh dari MapObjectCollectionBase<T>) |
GetEnumerator() |
Mendapatkan enumerator untuk ini ReportElementCollectionBase<T>. (Diperoleh dari ReportElementCollectionBase<T>) |
Implementasi Antarmuka Eksplisit
IEnumerable.GetEnumerator() |
Mendapatkan enumerator yang melakukan iterasi melalui koleksi. (Diperoleh dari ReportElementCollectionBase<T>) |