SubMenuStyleCollectionEditor.CanSelectMultipleInstances 方法

定义

获取一个值,该值指示是否可以一次在编辑器中选择多个 SubMenuStyle 元素。

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

返回

始终为 false

注解

该方法CanSelectMultipleInstances始终返回false;因此,一次只能选择一SubMenuStyleSubMenuStyleCollectionEditor对象。

适用于

另请参阅