This member overrides CookieTraits<T>.UniqueCookies.
Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Overrides ReadOnly Property UniqueCookies As UInteger
    Get
用法
Dim instance As UIntCookieTraits
Dim value As UInteger
value = instance.UniqueCookies
public override uint UniqueCookies { get; }
public:
virtual property unsigned int UniqueCookies {
    unsigned int get () override;
}
abstract UniqueCookies : uint32
override UniqueCookies : uint32
override function get UniqueCookies () : uint
Property Value
Type: System.UInt32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.