View.WindowAttachCount Property

Definition

protected virtual int WindowAttachCount { [Android.Runtime.Register("getWindowAttachCount", "()I", "GetGetWindowAttachCountHandler")] get; }
[<get: Android.Runtime.Register("getWindowAttachCount", "()I", "GetGetWindowAttachCountHandler")>]
member this.WindowAttachCount : int

Property Value

The number of times this view has been attached to a window

Attributes

Remarks

Java documentation for android.view.View.getWindowAttachCount().

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.

Applies to