iPhoneOSGameView.Title 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定附加至這個檢視的 UIViewController 標題。
public virtual string Title { get; set; }
member this.Title : string with get, set
屬性值
包含附加至此檢視之 標題的 UIViewController。
實作
例外狀況
UIViewController如果找不到此檢視的 。
實例已 Dispose(Boolean) 叫用它。
備註
當值變更時,就會 TitleChanged 引發 事件。