This documentation is archived and is not being maintained.
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.
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.
Name Description Cookies (Inherited from CookieTable< TCookie, TValue> .) IsLocked (Inherited from CookieTable< TCookie, TValue> .) IsLocked Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)Item (Inherited from CookieTable< TCookie, TValue> .) MaxSize (Inherited from CookieTable< TCookie, TValue> .) MaxSize Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)PendingSize (Inherited from CookieTable< TCookie, TValue> .) PendingSize Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)Size (Inherited from CookieTable< TCookie, TValue> .) Size Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)
Top
Name Description Clear() (Inherited from CookieTable< TCookie, TValue> .) Clear() Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)ContainsCookie (Inherited from CookieTable< TCookie, TValue> .) Equals Determines whether the specified object is equal to the current object. (Inherited from Object .)ForEach(CookieTableCallback< TCookie, TValue> ) (Inherited from CookieTable< TCookie, TValue> .) ForEach(CookieTableCallback< TCookie, TValue> ) Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)ForEach(CookieTableCallback< TCookie, TValue> , Boolean) (Inherited from CookieTable< TCookie, TValue> .) ForEach(CookieTableCallback< TCookie, TValue> , Boolean) Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)GetHashCode Serves as a hash function for a particular type. (Inherited from Object .)GetType Gets the Type of the current instance. (Inherited from Object .)Insert(TValue) (Inherited from CookieTable< TCookie, TValue> .) Insert(TValue) Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)Lock() (Inherited from CookieTable< TCookie, TValue> .) Lock() Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)Remove(TCookie) (Inherited from CookieTable< TCookie, TValue> .) Remove(TCookie) Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)ToString Returns a string that represents the current object. (Inherited from Object .)TryGetValue(TCookie, TValue ) (Inherited from CookieTable< TCookie, TValue> .) TryGetValue(TCookie, TValue ) Microsoft internal use only. (Inherited from CookieTable< TCookie, TCookieTraits, TValue> .)Unlock() (Inherited from CookieTable< TCookie, TValue> .) Unlock() 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.