Selection.SelectionCount 属性

定义

此选择集中当前选择的对象的数量。

public:
 property int SelectionCount { int get(); };
public int SelectionCount { get; }
member this.SelectionCount : int
Public ReadOnly Property SelectionCount As Integer

属性值

Int32 的形式返回所选对象的数量。

适用于