NSTabViewController.WillInsertItem(NSToolbar, String, Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
[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
Parameter
- toolbar
- NSToolbar
- itemIdentifier
- String
- willBeInserted
- Boolean
Gibt zurück
- Attribute