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> から継承されています。) |
Top
メソッド
名前 | 説明 | |
---|---|---|
Contains | (ReadOnlyCollection<ReportParameterInfo> から継承されています。) | |
CopyTo | (ReadOnlyCollection<ReportParameterInfo> から継承されています。) | |
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetEnumerator | (ReadOnlyCollection<ReportParameterInfo> から継承されています。) | |
GetHashCode | (Object から継承されています。) | |
GetType | (Object から継承されています。) | |
IndexOf | (ReadOnlyCollection<ReportParameterInfo> から継承されています。) | |
MemberwiseClone | (Object から継承されています。) | |
ToString | (Object から継承されています。) |
Top
明示的なインターフェイスの実装
Top
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。