次の方法で共有


ItemsViewAutomationPeer.CanSelectMultiple プロパティ

定義

複数の子要素を同時に選択できるかどうかを示す値を取得します。

public:
 property bool CanSelectMultiple { bool get(); };
bool CanSelectMultiple();
public bool CanSelectMultiple { get; }
var boolean = itemsViewAutomationPeer.canSelectMultiple;
Public ReadOnly Property CanSelectMultiple As Boolean

プロパティ値

Boolean

bool

True を指定すると、複数の子要素を同時に選択できます。それ以外の場合は false。

実装

適用対象