VirtualizationCacheLength 구조체
정의
CacheLength 연결된 속성의 단위를 나타냅니다.Represents the measurements for the CacheLength attached property.
public value class VirtualizationCacheLength : IEquatable<System::Windows::Controls::VirtualizationCacheLength>
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.VirtualizationCacheLengthConverter))]
public struct VirtualizationCacheLength : IEquatable<System.Windows.Controls.VirtualizationCacheLength>
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.VirtualizationCacheLengthConverter))>]
type VirtualizationCacheLength = struct
Public Structure VirtualizationCacheLength
Implements IEquatable(Of VirtualizationCacheLength)
- 상속
- 특성
- 구현
설명
합니다 VirtualizingPanel.CacheLength 는 공간의 크기를 지정 하는 연결 된 속성을 VirtualizingPanel 전후 보기 포트 (영역 항목에 표시) 된 항목을 가상화 합니다.The VirtualizingPanel.CacheLength attached property specifies the amount of space in which a VirtualizingPanel virtualizes the items before or after the view port (the area in which items are visible). 내 만들기 균일 한 캐시 길이 지정할 수는 VirtualizationCacheLength 단일 매개 변수를 사용 하는 생성자를 사용 하 여 합니다.You can specify uniform cache length my creating a VirtualizationCacheLength by using the constructor that takes a single parameter. 다른 값을 지정 하는 두 개의 매개 변수를 사용 하는 생성자를 사용할 수는 CacheBeforeViewport 및 CacheAfterViewport 속성입니다.You can use the constructor that takes two parameters to specify different values for the CacheBeforeViewport and CacheAfterViewport properties.
생성자
VirtualizationCacheLength(Double) |
뷰포트의 각 면에 대해 균일한 캐시 길이를 사용하여 VirtualizationCacheLength 클래스의 새 인스턴스를 만듭니다.Creates a new instance of the VirtualizationCacheLength class with a uniform cache length for each side of the viewport. |
VirtualizationCacheLength(Double, Double) |
뷰포트의 각 면에 대해 지정된 캐시 길이를 사용하여 VirtualizationCacheLength 클래스의 새 인스턴스를 만듭니다.Creates a new instance of the VirtualizationCacheLength class with the specified cache lengths for each side of the viewport. |
속성
CacheAfterViewport |
VirtualizingPanel이 가상화하고 있는 경우 뷰포트 앞의 캐시 크기를 가져옵니다.Gets the size of the cache before the viewport when the VirtualizingPanel is virtualizing. |
CacheBeforeViewport |
VirtualizingPanel이 가상화하고 있는 경우 뷰포트 뒤의 캐시 크기를 가져옵니다.Gets the size of the cache after the viewport when the VirtualizingPanel is virtualizing. |
메서드
Equals(Object) |
지정된 개체가 현재 VirtualizationCacheLength과 같은지 여부를 확인합니다.Determines whether the specified object is equal to the current VirtualizationCacheLength. |
Equals(VirtualizationCacheLength) |
지정한 VirtualizationCacheLength가 현재 VirtualizationCacheLength와 같은지 여부를 확인합니다.Determines whether the specified VirtualizationCacheLength is equal to the current VirtualizationCacheLength. |
GetHashCode() |
현재 VirtualizationCacheLength의 해시 코드를 가져옵니다.Gets a hash code for the current VirtualizationCacheLength. |
ToString() |
현재 VirtualizationCacheLength를 나타내는 문자열을 반환합니다.Returns a string that represents the current VirtualizationCacheLength. |
연산자
Equality(VirtualizationCacheLength, VirtualizationCacheLength) |
지정한 두 VirtualizationCacheLength 개체가 같은지 확인합니다.Determines whether the two specified VirtualizationCacheLength objects are equal. |
Inequality(VirtualizationCacheLength, VirtualizationCacheLength) |
지정한 두 VirtualizationCacheLength 개체가 같은지 확인합니다.Determines whether the two specified VirtualizationCacheLength objects are equal. |