Класс ReportParameterInfoCollection
Коллекция объектов ReportParameterInfo.
Иерархия наследования
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
Microsoft.Reporting.WinForms.ReportParameterInfoCollection
Пространство имен: Microsoft.Reporting.WinForms
Сборка: Microsoft.ReportViewer.WinForms (в Microsoft.ReportViewer.WinForms.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(False)> _
Public NotInheritable Class ReportParameterInfoCollection _
Inherits ReadOnlyCollection(Of ReportParameterInfo)
'Применение
Dim instance As ReportParameterInfoCollection
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : public ReadOnlyCollection<ReportParameterInfo^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =
class
inherit ReadOnlyCollection<ReportParameterInfo>
end
public final class ReportParameterInfoCollection extends ReadOnlyCollection<ReportParameterInfo>
Тип ReportParameterInfoCollection обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
Item[Int32] | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
Item[String] | Возвращает именованный элемент из коллекции ReportParameterInfoCollection. | |
Items | (Производный от ReadOnlyCollection<ReportParameterInfo>.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Contains | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
CopyTo | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetEnumerator | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
IndexOf | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Явные реализации интерфейса
Имя | Описание | |
---|---|---|
ICollection<T>.Add | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Add | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection<T>.Clear | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Clear | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Contains | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection.CopyTo | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IEnumerable.GetEnumerator | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.IndexOf | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList<T>.Insert | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Insert | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.IsFixedSize | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection<T>.IsReadOnly | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.IsReadOnly | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection.IsSynchronized | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList<T>.Item | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Item | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection<T>.Remove | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.Remove | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList<T>.RemoveAt | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
IList.RemoveAt | (Производный от ReadOnlyCollection<ReportParameterInfo>.) | |
ICollection.SyncRoot | (Производный от ReadOnlyCollection<ReportParameterInfo>.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.