Share via


NSTabViewController.AllowedItemIdentifiers(NSToolbar) Method

Definition

[Foundation.Advice("Overriding this method requires a call to the overriden method.")]
[Foundation.Export("toolbarAllowedItemIdentifiers:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
[ObjCRuntime.RequiresSuper]
public virtual string[] AllowedItemIdentifiers(AppKit.NSToolbar toolbar);
[<Foundation.Advice("Overriding this method requires a call to the overriden method.")>]
[<Foundation.Export("toolbarAllowedItemIdentifiers:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<ObjCRuntime.RequiresSuper>]
abstract member AllowedItemIdentifiers : AppKit.NSToolbar -> string[]
override this.AllowedItemIdentifiers : AppKit.NSToolbar -> string[]

Parameters

toolbar
NSToolbar

Returns

String[]

Implements

Attributes

Applies to