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 オブジェクトの格納に使用できる単純なコレクション オブジェクトが用意されています。
詳細については、ServerReport の Cookies プロパティに関するトピックを参照してください。
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。