VsUICookieTable<TValue> Class

A cookie table using VSUICOOKIE values and traits

This API is not CLS-compliant. 

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public NotInheritable Class VsUICookieTable(Of TValue) _
    Inherits CookieTable(Of UInteger, VsUICookieTraits, TValue)
‘사용 방법
Dim instance As VsUICookieTable(Of TValue)
[CLSCompliantAttribute(false)]
public sealed class VsUICookieTable<TValue> : CookieTable<uint, VsUICookieTraits, TValue>
[CLSCompliantAttribute(false)]
generic<typename TValue>
public ref class VsUICookieTable sealed : public CookieTable<unsigned int, VsUICookieTraits^, TValue>
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type VsUICookieTable<'TValue> =  
    class
        inherit CookieTable<uint32, VsUICookieTraits, 'TValue>
    end
JScript does not support generic types or methods.

Type Parameters

  • TValue
    The type of elements to store in the cookie table

Inheritance Hierarchy

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

Thread Safety

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

See Also

Reference

VsUICookieTable<TValue> Members

Microsoft.Internal.VisualStudio.PlatformUI Namespace