ReportParameterInfoCollection クラス
公開日: 2016年4月
ReportParameterInfo オブジェクトのコレクション。
名前空間: Microsoft.Reporting.WinForms
アセンブリ: Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)
継承階層
System.Object
System.Collections.ObjectModel.ReadOnlyCollection<T>
Microsoft.Reporting.WinForms.ReportParameterInfoCollection
構文
[ComVisibleAttribute(false)]
public sealed class ReportParameterInfoCollection : ReadOnlyCollection<ReportParameterInfo>
[ComVisibleAttribute(false)]
public ref class ReportParameterInfoCollection sealed : ReadOnlyCollection<ReportParameterInfo^>
[<Sealed>]
[<ComVisibleAttribute(false)>]
type ReportParameterInfoCollection =
class
inherit ReadOnlyCollection<ReportParameterInfo>
end
<ComVisibleAttribute(False)>
Public NotInheritable Class ReportParameterInfoCollection
Inherits ReadOnlyCollection(Of ReportParameterInfo)
プロパティ
名前 | 説明 | |
---|---|---|
Count | (ReadOnlyCollection<T> から継承されます。) |
|
Item[Int32] | (ReadOnlyCollection<T> から継承されます。) |
|
Item[String] | ReportParameterInfoCollection から名前付きアイテムを返します。 |
メソッド
名前 | 説明 | |
---|---|---|
Contains(T) | (ReadOnlyCollection<T> から継承されます。) |
|
CopyTo(T[], Int32) | (ReadOnlyCollection<T> から継承されます。) |
|
Equals(Object) | (Object から継承されます。) |
|
GetEnumerator() | (ReadOnlyCollection<T> から継承されます。) |
|
GetHashCode() | (Object から継承されます。) |
|
GetType() | (Object から継承されます。) |
|
IndexOf(T) | (ReadOnlyCollection<T> から継承されます。) |
|
ToString() | (Object から継承されます。) |
明示的なインターフェイスの実装
名前 | 説明 | |
---|---|---|
ICollection<TKey>.Add(T) | (ReadOnlyCollection<T> から継承されます。) |
|
ICollection<TKey>.Clear() | (ReadOnlyCollection<T> から継承されます。) |
|
ICollection<TKey>.Remove(T) | (ReadOnlyCollection<T> から継承されます。) |
|
IList<T>.Insert(Int32, T) | (ReadOnlyCollection<T> から継承されます。) |
|
IList<T>.RemoveAt(Int32) | (ReadOnlyCollection<T> から継承されます。) |
|
ICollection.CopyTo(Array, Int32) | (ReadOnlyCollection<T> から継承されます。) |
|
IEnumerable.GetEnumerator() | (ReadOnlyCollection<T> から継承されます。) |
|
IList.Add(Object) | (ReadOnlyCollection<T> から継承されます。) |
|
IList.Clear() | (ReadOnlyCollection<T> から継承されます。) |
|
IList.Contains(Object) | (ReadOnlyCollection<T> から継承されます。) |
|
IList.IndexOf(Object) | (ReadOnlyCollection<T> から継承されます。) |
|
IList.Insert(Int32, Object) | (ReadOnlyCollection<T> から継承されます。) |
|
IList.Remove(Object) | (ReadOnlyCollection<T> から継承されます。) |
|
IList.RemoveAt(Int32) | (ReadOnlyCollection<T> から継承されます。) |
スレッド セーフ
この型のパブリック static (Visual Basic では Shared ) メンバーはスレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
関連項目
Microsoft.Reporting.WinForms 名前空間
トップに戻る