Android.Views.ViewStub.InflatedId Property
Returns the id taken by the inflated view.

Syntax

[get: Android.Runtime.Register("getInflatedId", "()I", "GetGetInflatedIdHandler")]
[set: Android.Runtime.Register("setInflatedId", "(I)V", "GetSetInflatedId_IHandler")]
public int InflatedId { get; set; }

See Also

ViewStub.InflatedId
ViewStub.InflatedId

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the id taken by the inflated view. If the inflated id is View.NoId, the inflated view keeps its original id.

Set method documentation [Android Documentation]

Defines the id taken by the inflated view. If the inflated id is View.NoId, the inflated view keeps its original id.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1