VsUICookieTable<TValue> Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Microsoft internal use only.

System.Object
  Microsoft.Internal.VisualStudio.PlatformUI.CookieTable<UInt32, TValue>
    Microsoft.Internal.VisualStudio.PlatformUI.VsUICookieTable<TValue>

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assemblies:   Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)

public sealed class VsUICookieTable<TValue> : CookieTable<uint, TValue>

Type Parameters

TValue

The type of elements to store in the cookie table

The VsUICookieTable<TValue> type exposes the following members.

  NameDescription
Public methodVsUICookieTable<TValue>Microsoft internal use only.
Top

  NameDescription
Public propertyCookies (Inherited from CookieTable<TCookie, TValue>.)
Public propertyIsLocked (Inherited from CookieTable<TCookie, TValue>.)
Public propertyIsLockedMicrosoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public propertyItem (Inherited from CookieTable<TCookie, TValue>.)
Public propertyMaxSize (Inherited from CookieTable<TCookie, TValue>.)
Public propertyMaxSizeMicrosoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public propertyPendingSize (Inherited from CookieTable<TCookie, TValue>.)
Public propertyPendingSizeMicrosoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public propertySize (Inherited from CookieTable<TCookie, TValue>.)
Public propertySizeMicrosoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Top

  NameDescription
Public methodClear() (Inherited from CookieTable<TCookie, TValue>.)
Public methodClear()Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodContainsCookie (Inherited from CookieTable<TCookie, TValue>.)
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodForEach(CookieTableCallback<TCookie, TValue>) (Inherited from CookieTable<TCookie, TValue>.)
Public methodForEach(CookieTableCallback<TCookie, TValue>)Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodForEach(CookieTableCallback<TCookie, TValue>, Boolean) (Inherited from CookieTable<TCookie, TValue>.)
Public methodForEach(CookieTableCallback<TCookie, TValue>, Boolean)Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodInsert(TValue) (Inherited from CookieTable<TCookie, TValue>.)
Public methodInsert(TValue)Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodLock() (Inherited from CookieTable<TCookie, TValue>.)
Public methodLock()Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodRemove(TCookie) (Inherited from CookieTable<TCookie, TValue>.)
Public methodRemove(TCookie)Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodTryGetValue(TCookie, TValue) (Inherited from CookieTable<TCookie, TValue>.)
Public methodTryGetValue(TCookie, TValue)Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Public methodUnlock() (Inherited from CookieTable<TCookie, TValue>.)
Public methodUnlock()Microsoft internal use only. (Inherited from CookieTable<TCookie, TCookieTraits, TValue>.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: