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。

實作

適用於