HotSpotCollectionEditor.CanSelectMultipleInstances 方法
定义
protected:
override bool CanSelectMultipleInstances();
protected override bool CanSelectMultipleInstances ();
override this.CanSelectMultipleInstances : unit -> bool
Protected Overrides Function CanSelectMultipleInstances () As Boolean
返回
总是为 false。Always false.
注解
CanSelectMultipleInstances方法始终返回 false ,因此, HotSpot 对象中一次只能选择一个对象 HotSpotCollectionEditor 。The CanSelectMultipleInstances method always returns false; thus, only one HotSpot object can be selected at a time in the HotSpotCollectionEditor object.