This document is archived and information here might be outdated. Recommended version. |
Indicates if the layer needs its own display cache.
[Visual Basic .NET]
Public Property Cached As Boolean
[C#]
public bool Cached {get; set;}
[C++]
HRESULT get_Cached(
Boolean* Cached
);
[C++]
HRESULT put_Cached(
VARIANT_BOOL Cached
);
[C++] Parameters Cached [out, retval]
Cached is a parameter of type bool* Cached [in]
Cached is a parameter of type bool