Lingua

ViewStub.LayoutInflater Proprietà

Definizione

Ottiene l'uso corrente LayoutInflater in #inflate(). -oppure- Impostare LayoutInflater per l'uso in #inflate()o null per usare l'impostazione predefinita.

public Android.Views.LayoutInflater? LayoutInflater { [Android.Runtime.Register("getLayoutInflater", "()Landroid/view/LayoutInflater;", "")] get; [Android.Runtime.Register("setLayoutInflater", "(Landroid/view/LayoutInflater;)V", "")] set; }
[<get: Android.Runtime.Register("getLayoutInflater", "()Landroid/view/LayoutInflater;", "")>]
[<set: Android.Runtime.Register("setLayoutInflater", "(Landroid/view/LayoutInflater;)V", "")>]
member this.LayoutInflater : Android.Views.LayoutInflater with get, set

Valore della proprietà

Attributi

Commenti

Documentazione del getter delle proprietà:

Ottiene l'uso corrente LayoutInflater in #inflate().

per android.view.ViewStub.getLayoutInflater().

Documentazione del setter delle proprietà:

Impostare LayoutInflater per usare in #inflate()o null per usare l'impostazione predefinita.

per android.view.ViewStub.setLayoutInflater(android.view.LayoutInflater).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a