CookieTraits<T>.MaxCookie Property
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
‘선언
Public ReadOnly Property MaxCookie As T
Get
‘사용 방법
Dim instance As CookieTraits
Dim value As T
value = instance.MaxCookie
public T MaxCookie { get; }
public:
property T MaxCookie {
T get ();
}
member MaxCookie : 'T
function get MaxCookie () : T
Property Value
Type: T
.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.