共用方式為


iPhoneOSGameView.Title 屬性

定義

取得或設定附加至這個檢視的 UIViewController 標題。

public virtual string Title { get; set; }
member this.Title : string with get, set

屬性值

包含附加至此檢視之 標題的 UIViewController

實作

例外狀況

UIViewController如果找不到此檢視的 。

實例已 Dispose(Boolean) 叫用它。

備註

當值變更時,就會 TitleChanged 引發 事件。

適用於