ReportViewerCookieCollection クラス

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

継承階層

System.Object
  System.Collections.ObjectModel.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)
'使用
Dim instance As ReportViewerCookieCollection
[SerializableAttribute]
public sealed class ReportViewerCookieCollection : SyncList<Cookie>
[SerializableAttribute]
public ref class ReportViewerCookieCollection sealed : public SyncList<Cookie^>
[<SealedAttribute>]
[<SerializableAttribute>]
type ReportViewerCookieCollection =  
    class
        inherit SyncList<Cookie>
    end
public final class ReportViewerCookieCollection extends SyncList<Cookie>

ReportViewerCookieCollection 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ Count (Collection<Cookie> から継承されています。)
パブリック プロパティ Item (Collection<Cookie> から継承されています。)
プロテクト プロパティ Items (Collection<Cookie> から継承されています。)

Top

メソッド

  名前 説明
パブリック メソッド Add (Collection<Cookie> から継承されています。)
パブリック メソッド Clear (Collection<Cookie> から継承されています。)
プロテクト メソッド ClearItems インフラストラクチャです。 (SyncList<TListType> から継承されています。)
パブリック メソッド Contains (Collection<Cookie> から継承されています。)
パブリック メソッド CopyTo (Collection<Cookie> から継承されています。)
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetEnumerator (Collection<Cookie> から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド IndexOf (Collection<Cookie> から継承されています。)
パブリック メソッド Insert (Collection<Cookie> から継承されています。)
プロテクト メソッド InsertItem インフラストラクチャです。 (SyncList<TListType> から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド Remove (Collection<Cookie> から継承されています。)
パブリック メソッド RemoveAt (Collection<Cookie> から継承されています。)
プロテクト メソッド RemoveItem インフラストラクチャです。 (SyncList<TListType> から継承されています。)
プロテクト メソッド SetItem インフラストラクチャです。 (SyncList<TListType> から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

Top

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

  名前 説明
明示的なインターフェイスの実装プライベート メソッド IList.Add (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Contains (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド ICollection.CopyTo (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IEnumerable.GetEnumerator (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.IndexOf (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Insert (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsFixedSize (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection<T>.IsReadOnly (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.IsReadOnly (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.IsSynchronized (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ IList.Item (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート メソッド IList.Remove (Collection<Cookie> から継承されています。)
明示的なインターフェイスの実装プライベート プロパティ ICollection.SyncRoot (Collection<Cookie> から継承されています。)

Top

説明

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

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

スレッド セーフ

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

関連項目

参照

Microsoft.Reporting.WinForms 名前空間