MapFieldNameCollection 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 MapFieldName objek.
public ref class MapFieldNameCollection sealed : Microsoft::ReportingServices::OnDemandReportRendering::MapObjectCollectionBase<Microsoft::ReportingServices::OnDemandReportRendering::MapFieldName ^>
public sealed class MapFieldNameCollection : Microsoft.ReportingServices.OnDemandReportRendering.MapObjectCollectionBase<Microsoft.ReportingServices.OnDemandReportRendering.MapFieldName>
type MapFieldNameCollection = class
inherit MapObjectCollectionBase<MapFieldName>
Public NotInheritable Class MapFieldNameCollection
Inherits MapObjectCollectionBase(Of MapFieldName)
- Warisan
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>) |