Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class VsUICookieTable(Of TValue) _
Inherits CookieTable(Of UInteger, VsUICookieTraits, TValue)
'Usage
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.