仅由 Microsoft 内部使用。
继承层次结构
System.Object
Microsoft.Internal.VisualStudio.PlatformUI.CookieTable<UInt32, TValue>
Microsoft.Internal.VisualStudio.PlatformUI.VsUICookieTable<TValue>
命名空间: Microsoft.Internal.VisualStudio.PlatformUI
程序集: Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
语法
声明
Public NotInheritable Class VsUICookieTable(Of TValue) _
Inherits CookieTable(Of UInteger, TValue)
public sealed class VsUICookieTable<TValue> : CookieTable<uint, TValue>
类型参数
- TValue
存储元素的类型在 cookie 表中
VsUICookieTable<TValue> 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
![]() |
VsUICookieTable<TValue> | 仅由 Microsoft 内部使用。 |
页首
属性
名称 | 说明 | |
---|---|---|
![]() |
Cookies | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
IsLocked | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Item | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
MaxSize | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
PendingSize | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Size | (继承自 CookieTable<TCookie, TValue>。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
Clear | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
ContainsCookie | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
ForEach(CookieTableCallback<TCookie, TValue>) | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
ForEach(CookieTableCallback<TCookie, TValue>, Boolean) | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
GetHashCode | 用作特定类型的哈希函数。 (继承自 Object。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
Insert | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Lock | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Remove | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
ToString | 返回表示当前对象的字符串。 (继承自 Object。) |
![]() |
TryGetValue | (继承自 CookieTable<TCookie, TValue>。) |
![]() |
Unlock | (继承自 CookieTable<TCookie, TValue>。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。