Frame.CacheSize 속성

정의

프레임에 대해 캐시할 수 있는 탐색 기록의 페이지 수를 가져오거나 설정합니다.

public:
 property int CacheSize { int get(); void set(int value); };
int CacheSize();

void CacheSize(int value);
public int CacheSize { get; set; }
var int32 = frame.cacheSize;
frame.cacheSize = int32;
Public Property CacheSize As Integer
<Frame CacheSize="int" />

속성 값

Int32

int

탐색 기록에 있을 수 있는 페이지 수입니다.

적용 대상