Selection.SelectionCount プロパティ

定義

この選択範囲で現在選択されているオブジェクトの数。

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

プロパティ値

選択したオブジェクトの数を Int32として返します。

適用対象