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
视口后的缓存区的大小。