共用方式為


SubMenuStyleCollectionEditor.CanSelectMultipleInstances 方法

定義

取得值,表示在編輯器中是否可同時選取多個 SubMenuStyle 項目。

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

傳回

Boolean

一定是 false

備註

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

適用於

另請參閱