UIViewController.NibBundle 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從 NSBundle 中具現化這個 UIViewController 的 。
public virtual Foundation.NSBundle NibBundle { [Foundation.Export("nibBundle", ObjCRuntime.ArgumentSemantic.Strong)] get; }
member this.NibBundle : Foundation.NSBundle
屬性值
與建立這個 UIViewController 來源之 相關的 NSBundle 檔案系統值。
- 屬性
備註
即使 未從 nib 檔案載入 , UIViewController 這個值也不會是非 null
的。