次の方法で共有


ReportViewerCookieCollection クラス

Cookie オブジェクトのコレクションを表します。

継承階層

Object
  Collection<Cookie>
    Microsoft.Reporting.WinForms.SyncList<Cookie>
      Microsoft.Reporting.WinForms.ReportViewerCookieCollection

名前空間:  Microsoft.Reporting.WinForms
アセンブリ:  Microsoft.ReportViewer.WinForms (Microsoft.ReportViewer.WinForms.dll 内)

構文

'宣言
<SerializableAttribute> _
Public NotInheritable Class ReportViewerCookieCollection _
    Inherits SyncList(Of Cookie)
[SerializableAttribute]
public sealed class ReportViewerCookieCollection : SyncList<Cookie>
[SerializableAttribute]
public ref class ReportViewerCookieCollection sealed : public SyncList<Cookie^>
[<Sealed>]
[<SerializableAttribute>]
type ReportViewerCookieCollection =  
    class
        inherit SyncList<Cookie>
    end
public final class ReportViewerCookieCollection extends SyncList<Cookie>

ReportViewerCookieCollection 型で公開されるメンバーは以下のとおりです。

プロパティ

  名前 説明
パブリック プロパティ Count Collection に実際に格納されている要素の数を取得します。 (Collection<Cookie> から継承されます。)
パブリック プロパティ Item 指定したインデックスにある要素を取得または設定します。 (Collection<Cookie> から継承されます。)

このページのトップへ

メソッド

  名前 説明
パブリック メソッド Add Collection の末尾にオブジェクトを追加します。 (Collection<Cookie> から継承されます。)
パブリック メソッド Clear Collection からすべての要素を削除します。 (Collection<Cookie> から継承されます。)
パブリック メソッド Contains ある要素が Collection 内に存在するかどうかを判断します。 (Collection<Cookie> から継承されます。)
パブリック メソッド CopyTo Collection 全体を互換性のある 1 次元の Array にコピーします。コピー操作は、コピー先の配列の指定したインデックスから始まります。 (Collection<Cookie> から継承されます。)
パブリック メソッド Equals 指定したオブジェクトが、現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。)
パブリック メソッド GetEnumerator Collection を反復処理する列挙子を返します。 (Collection<Cookie> から継承されます。)
パブリック メソッド GetHashCode 既定のハッシュ関数として機能します。 (Object から継承されます。)
パブリック メソッド GetType 現在のインスタンスの Type を取得します。 (Object から継承されます。)
パブリック メソッド IndexOf 指定したオブジェクトを検索し、Collection 全体内で最初に見つかった位置の 0 から始まるインデックスを返します。 (Collection<Cookie> から継承されます。)
パブリック メソッド Insert Collection 内の指定したインデックスの位置に要素を挿入します。 (Collection<Cookie> から継承されます。)
パブリック メソッド Remove Collection 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<Cookie> から継承されます。)
パブリック メソッド RemoveAt Collection の指定したインデックスにある要素を削除します。 (Collection<Cookie> から継承されます。)
パブリック メソッド ToString 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。)

このページのトップへ

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

  名前 説明
明示的なインターフェイス実装プライベート メソッド System#Collections#IList#Add IList に項目を追加します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#IList#Contains IList に特定の値が格納されているかどうかを判断します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#ICollection#CopyTo ICollection の要素を Array にコピーします。Array の特定のインデックスからコピーが開始されます。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#IEnumerable#GetEnumerator コレクションを反復処理する列挙子を返します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#IList#IndexOf IList 内での指定した項目のインデックスを調べます。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#IList#Insert IList 内の指定したインデックスの位置に項目を挿入します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#IList#IsFixedSize IList が固定サイズかどうかを示す値を取得します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#Generic#ICollection{T}#IsReadOnly ICollection が読み取り専用かどうかを示す値を取得します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#IList#IsReadOnly IList が読み取り専用かどうかを示す値を取得します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#ICollection#IsSynchronized ICollection へのアクセスが同期されている (スレッド セーフである) かどうかを示す値を取得します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#IList#Item 指定したインデックスにある要素を取得または設定します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート メソッド System#Collections#IList#Remove IList 内で最初に見つかった特定のオブジェクトを削除します。 (Collection<Cookie> から継承されます。)
明示的なインターフェイス実装プライベート プロパティ System#Collections#ICollection#SyncRoot ICollection へのアクセスを同期するために使用できるオブジェクトを取得します。 (Collection<Cookie> から継承されます。)

このページのトップへ

解説

ReportViewerCookieCollection クラスには、一連の Cookie オブジェクトの格納に使用できる単純なコレクション オブジェクトが用意されています。

詳細については、ServerReportCookies プロパティに関するトピックを参照してください。

スレッド セーフ

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

参照

関連項目

Microsoft.Reporting.WinForms 名前空間