次の方法で共有


UIToolbar.Items プロパティ

定義

ツール バーを構成する オブジェクトのコレクション UIBarButtonItem

public virtual UIKit.UIBarButtonItem[] Items { [Foundation.Export("items", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setItems:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Items : UIKit.UIBarButtonItem[] with get, set

プロパティ値

(このノードのその他のドキュメントが公開されます)

この値は、null の場合もあります。

属性

注釈

オブジェクトの UIBarButtonItem 配列は表示順です。

適用対象