次の方法で共有


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 プロパティは、0 未満の値が設定されています。

適用対象