Share via


DirectoryVirtualListView.ApproximateTotal 属性

定义

获取或设置一个值,以指示列表中项目的估计总计数。

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

属性值

一个整数值,表示列表中项目的估计总计数。

属性

例外

ApproximateTotal 属性被设置为一个小于零的值。

适用于