相关文章推荐
完美的硬盘  ·  uwp - How to ...·  1 年前    · 
害羞的咖啡豆  ·  第四章 ...·  1 年前    · 

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft Edge More info about Internet Explorer and Microsoft Edge
public bool IsVisible { [Android.Runtime.Register("isVisible", "()Z", "")] get; }
[<get: Android.Runtime.Register("isVisible", "()Z", "")>]
member this.IsVisible : bool

Property Value

Remarks

Return true if the fragment is currently visible to the user. This means it: (1) has been added, (2) has its view attached to the window, and (3) is not hidden.

Java documentation for android.app.Fragment.isVisible() .

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.