Share via


DirectoryVirtualListView.Offset 속성

정의

목록 내에서 대상 엔트리의 오프셋을 나타내는 값을 가져오거나 설정합니다.

public:
 property int Offset { int get(); void set(int value); };
public int Offset { get; set; }
[System.DirectoryServices.DSDescription("DSOffset")]
public int Offset { get; set; }
member this.Offset : int with get, set
[<System.DirectoryServices.DSDescription("DSOffset")>]
member this.Offset : int with get, set
Public Property Offset As Integer

속성 값

목록 내에서 대상 엔트리의 예상되는 오프셋을 나타내는 정수 값입니다.

특성

예외

Offset 속성이 0보다 작은 값으로 설정된 경우

설명

이 속성을 설정하면 속성의 Offset 값을 속성 값 TargetPercentage 으로 나누고 결과를 100으로 곱하여 속성의 ApproximateTotal 새 값을 계산합니다.

적용 대상