Selection.SelectionCount 属性

定义

此选择集中当前选择的对象的数量。The number of objects that are currently selected in this selection.

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

属性值

Int32

Int32 的形式返回所选对象的数量。Returns the number of selected objects as an Int32.

适用于