Selection.SelectionCount 속성

정의

이 선택 영역에서 현재 선택된 개체의 수입니다.

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

속성 값

선택한 개체 수를 .로 Int32반환합니다.

적용 대상