共用方式為


NSTabViewController.WillInsertItem(NSToolbar, String, Boolean) 方法

定義

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:")]
[ObjCRuntime.RequiresSuper]
public virtual AppKit.NSToolbarItem WillInsertItem (AppKit.NSToolbar toolbar, string itemIdentifier, bool willBeInserted);
abstract member WillInsertItem : AppKit.NSToolbar * string * bool -> AppKit.NSToolbarItem
override this.WillInsertItem : AppKit.NSToolbar * string * bool -> AppKit.NSToolbarItem

參數

toolbar
NSToolbar
itemIdentifier
String
willBeInserted
Boolean

傳回

屬性

適用於