ListItemsCollectionEditor.CanSelectMultipleInstances 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否可一次選取多重 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物件。