次の方法で共有


Selection.SelectionCount プロパティ

定義

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

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

プロパティ値

選択されているオブジェクトの数を Int32 として返します。

適用対象