共用方式為


ListItemsCollectionEditor.CanSelectMultipleInstances 方法

定義

取得值,指出是否可一次選取多重 ListItem 項目。

protected:
 override bool CanSelectMultipleInstances();
protected override bool CanSelectMultipleInstances ();
override this.CanSelectMultipleInstances : unit -> bool
Protected Overrides Function CanSelectMultipleInstances () As Boolean

傳回

一定是 false

備註

方法CanSelectMultipleInstances一律會傳false回 ;因此,物件中一次ListItemsCollectionEditor只能選取一個ListItem物件。

適用於

另請參閱