次の方法で共有


ReportParameterInfoCollection クラス

ReportParameterInfo オブジェクトのコレクション。

継承階層

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<ReportParameterInfo>
    Microsoft.Reporting.WebForms.ReportParameterInfoCollection

名前空間:  Microsoft.Reporting.WebForms
アセンブリ:  Microsoft.ReportViewer.WebForms (Microsoft.ReportViewer.WebForms.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

明示的なインターフェイスの実装

  名前 説明
明示的なインターフェイスの実装プライベート メソッド 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> から継承されています。)

Top

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.Reporting.WebForms 名前空間