次の方法で共有


UIBarButtonItem.Title プロパティ

定義

ボタンに表示されるタイトル

public override string Title { [Foundation.Export("title", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setTitle:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.Title : string with get, set

プロパティ値

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

属性

注釈

ボタンに表示されるタイトル文字列。

適用対象