VirtualizationCacheLength 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建类的新实例 VirtualizationCacheLength 。
重载
| 名称 | 说明 |
|---|---|
| VirtualizationCacheLength(Double) |
为视区的每一侧创建具有统一缓存长度的类的新实例 VirtualizationCacheLength 。 |
| VirtualizationCacheLength(Double, Double) |
为视区的每一侧创建具有指定缓存长度的类的新实例 VirtualizationCacheLength 。 |
VirtualizationCacheLength(Double)
为视区的每一侧创建具有统一缓存长度的类的新实例 VirtualizationCacheLength 。
public:
VirtualizationCacheLength(double cacheBeforeAndAfterViewport);
public VirtualizationCacheLength(double cacheBeforeAndAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeAndAfterViewport As Double)
参数
- cacheBeforeAndAfterViewport
- Double
视区前后缓存的大小。
适用于
VirtualizationCacheLength(Double, Double)
为视区的每一侧创建具有指定缓存长度的类的新实例 VirtualizationCacheLength 。
public:
VirtualizationCacheLength(double cacheBeforeViewport, double cacheAfterViewport);
public VirtualizationCacheLength(double cacheBeforeViewport, double cacheAfterViewport);
new System.Windows.Controls.VirtualizationCacheLength : double * double -> System.Windows.Controls.VirtualizationCacheLength
Public Sub New (cacheBeforeViewport As Double, cacheAfterViewport As Double)
参数
- cacheBeforeViewport
- Double
视区前缓存的大小。
- cacheAfterViewport
- Double
视区后缓存的大小。